Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.0-reset-parser-current-token.patch
Date: Wed, 25 Feb 2009 21:54:29
Message-Id: E1LcRhy-0006Ax-6K@stork.gentoo.org
1 vapier 09/02/25 21:54:26
2
3 Added: bash-4.0-reset-parser-current-token.patch
4 Log:
5 Add a fix for quotes from upstream.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-shells/bash/files/bash-4.0-reset-parser-current-token.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-reset-parser-current-token.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-reset-parser-current-token.patch?rev=1.1&content-type=text/plain
13
14 Index: bash-4.0-reset-parser-current-token.patch
15 ===================================================================
16 http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00219.html
17
18 *** ../bash-4.0/parse.y 2009-01-08 08:29:12.000000000 -0500
19 --- parse.y 2009-02-25 15:58:25.000000000 -0500
20 ***************
21 *** 2669,2672 ****
22 --- 2671,2675 ----
23 word_desc_to_read = (WORD_DESC *)NULL;
24
25 + current_token = '\n'; /* XXX */
26 last_read_token = '\n';
27 token_to_read = '\n';