]> git.pld-linux.org Git - packages/bash.git/blob - bash40-008
- up to 4.0.10
[packages/bash.git] / bash40-008
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 4.0
5 Patch-ID: bash40-008
6
7 Bug-Reported-by:        Mike Frysinger <vapier@gentoo.org>
8 Bug-Reference-ID:       <200902261030.54062.vapier@gentoo.org>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00230.html
10
11 Bug-Description:
12
13 Patch:
14
15 *** ../bash-4.0/parse.y 2009-01-08 08:29:12.000000000 -0500
16 --- parse.y     2009-02-26 17:22:15.000000000 -0500
17 ***************
18 *** 3443,3448 ****
19               else
20                 shell_ungetc (peekc);
21 !             tflags |= LEX_HEREDELIM;
22 !             lex_firstind = -1;
23               continue;
24             }
25 --- 3443,3451 ----
26               else
27                 shell_ungetc (peekc);
28 !             if (peekc != '<')
29 !               {
30 !                 tflags |= LEX_HEREDELIM;
31 !                 lex_firstind = -1;
32 !               }
33               continue;
34             }
35 *** ../bash-4.0/patchlevel.h    2009-01-04 14:32:40.000000000 -0500
36 --- patchlevel.h        2009-02-22 16:11:31.000000000 -0500
37 ***************
38 *** 26,30 ****
39      looks for to find the patch level (for the sccs version string). */
40   
41 ! #define PATCHLEVEL 7
42   
43   #endif /* _PATCHLEVEL_H_ */
44 --- 26,30 ----
45      looks for to find the patch level (for the sccs version string). */
46   
47 ! #define PATCHLEVEL 8
48   
49   #endif /* _PATCHLEVEL_H_ */
This page took 0.101828 seconds and 3 git commands to generate.