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-pipeline-reserved-word.patch
Date: Wed, 25 Feb 2009 22:46:43
Message-Id: E1LcSWX-0007gy-IM@stork.gentoo.org
1 vapier 09/02/25 22:46:41
2
3 Added: bash-4.0-pipeline-reserved-word.patch
4 Log:
5 Fix from upstream for new |& construct.
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-pipeline-reserved-word.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-pipeline-reserved-word.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-pipeline-reserved-word.patch?rev=1.1&content-type=text/plain
13
14 Index: bash-4.0-pipeline-reserved-word.patch
15 ===================================================================
16 http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00202.html
17
18 *** ../bash-4.0/parse.y 2009-01-08 08:29:12.000000000 -0500
19 --- parse.y 2009-02-25 17:25:56.000000000 -0500
20 ***************
21 *** 4450,4453 ****
22 --- 4457,4461 ----
23 case AND_AND:
24 case BANG:
25 + case BAR_AND:
26 case DO:
27 case DONE: