1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

Use ";&" to have the new "(\$*)" case fall through to the continue.

This commit is contained in:
Wayne Davison 2004-11-11 19:05:25 +00:00
parent 54a5fb7d8b
commit e4ba1a2ec8

@ -25,7 +25,7 @@ expandVars() {
(\$*)
# avoid parsing second $ in $$
tmp=${tmp#\$}
continue
;&
(*)
continue
;;