Bash-4.2 patch 7

This commit is contained in:
Chet Ramey 2011-11-22 20:00:41 -05:00
commit 1cc068989c
2 changed files with 2 additions and 1 deletions

View file

@ -4609,6 +4609,7 @@ expand_word_unsplit (word, quoted)
if (ifs_firstc == 0)
#endif
word->flags |= W_NOSPLIT;
word->flags |= W_NOSPLIT2;
result = call_expand_word_internal (word, quoted, 0, (int *)NULL, (int *)NULL);
expand_no_split_dollar_star = 0;