summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-03 21:18:30 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-03 21:18:30 +0000
commit961c91b934b2b07626ef7a41a6027233c55f0142 (patch)
tree6afb7e6f894ece1cfc91ac162298668585f8287f /app-shells/bash/files
parentVersion bump. (diff)
downloadgentoo-2-961c91b934b2b07626ef7a41a6027233c55f0142.tar.gz
gentoo-2-961c91b934b2b07626ef7a41a6027233c55f0142.tar.bz2
gentoo-2-961c91b934b2b07626ef7a41a6027233c55f0142.zip
Add fix from upstream for quoting issues.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r--app-shells/bash/files/bash-4.2-expand-string-unsplit.patch13
1 files changed, 13 insertions, 0 deletions
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;
+
+