mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
27865: fix problem with glob_subst in parameter subsitution
This commit is contained in:
parent
27c1ca8628
commit
e2d855f364
3 changed files with 17 additions and 2 deletions
|
|
@ -2417,7 +2417,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub)
|
|||
multsub(&val, spbreak && !aspar, (aspar ? NULL : &aval), &isarr, NULL);
|
||||
opts[SHWORDSPLIT] = ws;
|
||||
copied = 1;
|
||||
spbreak = 0;
|
||||
spbreak = globsubst = 0;
|
||||
}
|
||||
break;
|
||||
case ':':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue