1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-10 07:01:19 +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

View file

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