1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

zsh-workers/7541

This commit is contained in:
Tanaka Akira 1999-08-30 10:18:50 +00:00
parent 5e1dc5dc01
commit f1833bf05a

View file

@ -176,6 +176,7 @@ if [[ "$*" != "$_args_cache_descr" ]]; then
fi fi
done done
fi fi
_args_cache_long=( "${(@)_args_cache_long:# #}" )
set -- "$tmpargv[@]" "$_args_cache_long[@]" set -- "$tmpargv[@]" "$_args_cache_long[@]"
fi fi