]> git.pld-linux.org Git - packages/bash.git/blame - bash40-008
- up to 4.0.33
[packages/bash.git] / bash40-008
CommitLineData
39cb2ba7
AM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 4.0
5Patch-ID: bash40-008
6
7Bug-Reported-by: Mike Frysinger <vapier@gentoo.org>
8Bug-Reference-ID: <200902261030.54062.vapier@gentoo.org>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00230.html
10
11Bug-Description:
12
13Patch:
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.038157 seconds and 4 git commands to generate.