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:
parent
54a5fb7d8b
commit
e4ba1a2ec8
@ -25,7 +25,7 @@ expandVars() {
|
||||
(\$*)
|
||||
# avoid parsing second $ in $$
|
||||
tmp=${tmp#\$}
|
||||
continue
|
||||
;&
|
||||
(*)
|
||||
continue
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user