From aeb26a67db0df058436b835363fc433e258719f3 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Tue, 22 Nov 2011 20:00:10 -0500 Subject: Bash-4.2 patch 4 --- subst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subst.c') diff --git a/subst.c b/subst.c index 7ba15c6..83b23dd 100644 --- a/subst.c +++ b/subst.c @@ -3373,7 +3373,7 @@ expand_string_for_rhs (string, quoted, dollar_at_p, has_dollar_at) if (string == 0 || *string == '\0') return (WORD_LIST *)NULL; - td.flags = 0; + td.flags = W_NOSPLIT2; /* no splitting, remove "" and '' */ td.word = string; tresult = call_expand_word_internal (&td, quoted, 1, dollar_at_p, has_dollar_at); return (tresult); -- cgit v1.2.3