modules: precompile: fix a possible KSH_ARRAYS conflict

This commit is contained in:
tokiclover 2014-10-02 07:28:56 +02:00
parent aa07fe9e91
commit 587a6ca7c8

View file

@ -18,6 +18,7 @@ return
}
setopt LOCAL_OPTIONS EXTENDED_GLOB NULL_GLOB
unsetopt KSH_ARRAYS
for (( ; $# > 0; ))
case $1 {