From 961c91b934b2b07626ef7a41a6027233c55f0142 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 3 Mar 2011 21:18:30 +0000 Subject: Add fix from upstream for quoting issues. (Portage version: 2.2.0_alpha25/cvs/Linux x86_64) --- app-shells/bash/files/bash-4.2-expand-string-unsplit.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-shells/bash/files/bash-4.2-expand-string-unsplit.patch (limited to 'app-shells/bash/files') diff --git a/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch b/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch new file mode 100644 index 000000000000..75235c92cb28 --- /dev/null +++ b/app-shells/bash/files/bash-4.2-expand-string-unsplit.patch @@ -0,0 +1,13 @@ +*** ../bash-4.2-patched/subst.c 2011-02-25 12:03:58.000000000 -0500 +--- subst.c 2011-03-03 14:08:23.000000000 -0500 +*************** +*** 4609,4614 **** +--- 4611,4617 ---- + 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; + + -- cgit v1.2.3-65-gdbad