Browse Source

10i18n: Fix possible infinite recursion

master
Daniel Molkentin 7 years ago committed by Harald Hoyer
parent
commit
c9b5165daa
  1. 2
      modules.d/10i18n/module-setup.sh

2
modules.d/10i18n/module-setup.sh

@ -45,7 +45,7 @@ install() { @@ -45,7 +45,7 @@ install() {

for INCL in $($cmd "^include " $map | while read a a b || [ -n "$a" ]; do echo ${a//\"/}; done); do
for FN in $(find ${kbddir}/keymaps -type f -name $INCL\*); do
findkeymap $FN
strstr "$KEYMAPS" "$FN" || findkeymap $FN
done
done
done

Loading…
Cancel
Save