mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-07 18:11:20 +01:00
Use ";&" to have the new "(\$*)" case fall through to the continue.
This commit is contained in:
parent
54a5fb7d8b
commit
e4ba1a2ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ expandVars() {
|
|||
(\$*)
|
||||
# avoid parsing second $ in $$
|
||||
tmp=${tmp#\$}
|
||||
continue
|
||||
;&
|
||||
(*)
|
||||
continue
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue