]> git.pld-linux.org Git - packages/bash.git/blob - bash40-006
- up to 4.0.33
[packages/bash.git] / bash40-006
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 4.0
5 Patch-ID: bash40-006
6
7 Bug-Reported-by:        Evgeniy Zhemchugov <jini.zh@gmail.com>
8 Bug-Reference-ID:       <e7bc8dd30902241016m8bd543ej775717d007df975b@mail.gmail.com>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00202.html
10
11 Bug-Description:
12
13 Bash did not parse pipelines using the |& construct correctly if the
14 pipeline elements were not simple commands.
15
16 Patch:
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 *** 4478,4481 ****
22 --- 4478,4482 ----
23       case AND_AND:
24       case BANG:
25 +     case BAR_AND:
26       case DO:
27       case DONE:
28 *** ../bash-4.0/patchlevel.h    2009-01-04 14:32:40.000000000 -0500
29 --- patchlevel.h        2009-02-22 16:11:31.000000000 -0500
30 ***************
31 *** 26,30 ****
32      looks for to find the patch level (for the sccs version string). */
33   
34 ! #define PATCHLEVEL 5
35   
36   #endif /* _PATCHLEVEL_H_ */
37 --- 26,30 ----
38      looks for to find the patch level (for the sccs version string). */
39   
40 ! #define PATCHLEVEL 6
41   
42   #endif /* _PATCHLEVEL_H_ */
43
This page took 0.026549 seconds and 3 git commands to generate.