summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-25 21:54:26 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-25 21:54:26 +0000
commit7cf7f546f3df28617bcba9db6bcfe2223a45bca8 (patch)
tree4c14f58cc0a0bd2f0f80495f0e5e70728ac228f3 /app-shells/bash/files
parentamd64/x86 stable, bug #259285 (diff)
downloadhistorical-7cf7f546f3df28617bcba9db6bcfe2223a45bca8.tar.gz
historical-7cf7f546f3df28617bcba9db6bcfe2223a45bca8.tar.bz2
historical-7cf7f546f3df28617bcba9db6bcfe2223a45bca8.zip
Add a fix for quotes from upstream.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r--app-shells/bash/files/bash-4.0-reset-parser-current-token.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-4.0-reset-parser-current-token.patch b/app-shells/bash/files/bash-4.0-reset-parser-current-token.patch
new file mode 100644
index 000000000000..4483953a2191
--- /dev/null
+++ b/app-shells/bash/files/bash-4.0-reset-parser-current-token.patch
@@ -0,0 +1,13 @@
+http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00219.html
+
+*** ../bash-4.0/parse.y 2009-01-08 08:29:12.000000000 -0500
+--- parse.y 2009-02-25 15:58:25.000000000 -0500
+***************
+*** 2669,2672 ****
+--- 2671,2675 ----
+ word_desc_to_read = (WORD_DESC *)NULL;
+
++ current_token = '\n'; /* XXX */
+ last_read_token = '\n';
+ token_to_read = '\n';
+