1
0
Fork 0
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:
Peter Stephenson 2010-04-09 15:40:13 +00:00
parent 27c1ca8628
commit e2d855f364
3 changed files with 17 additions and 2 deletions

View file

@ -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 ':':