aboutsummaryrefslogtreecommitdiffstats
path: root/subst.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-22 20:00:41 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-22 20:00:41 -0500
commit1cc068989c89ffa51f6cd7219c826c0bb345f0f8 (patch)
treee3a0bff0215f09f3031ea220fad863215ceec8c0 /subst.c
parenteafc91a3506a082956fbdc8f0fb1210d00f1e035 (diff)
downloadandroid_external_bash-1cc068989c89ffa51f6cd7219c826c0bb345f0f8.tar.gz
android_external_bash-1cc068989c89ffa51f6cd7219c826c0bb345f0f8.tar.bz2
android_external_bash-1cc068989c89ffa51f6cd7219c826c0bb345f0f8.zip
Bash-4.2 patch 7
Diffstat (limited to 'subst.c')
-rw-r--r--subst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subst.c b/subst.c
index 83b23dd..b23610e 100644
--- a/subst.c
+++ b/subst.c
@@ -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;