modules: precompile: fix a possible KSH_ARRAYS conflict
This commit is contained in:
parent
aa07fe9e91
commit
587a6ca7c8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ return
|
|||
}
|
||||
|
||||
setopt LOCAL_OPTIONS EXTENDED_GLOB NULL_GLOB
|
||||
unsetopt KSH_ARRAYS
|
||||
|
||||
for (( ; $# > 0; ))
|
||||
case $1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue