Fix working on zsh
This commit is contained in:
parent
2464f9e93b
commit
22959c3963
@ -595,7 +595,7 @@ ${routes}"
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local OIFS="${IFS}" SIFS=${IFS-y}
|
local OIFS="${IFS}" SIFS="${IFS-y}"
|
||||||
local IFS="$__IFS"
|
local IFS="$__IFS"
|
||||||
for cmd in ${routes}; do
|
for cmd in ${routes}; do
|
||||||
unset IFS
|
unset IFS
|
||||||
|
Loading…
Reference in New Issue
Block a user