diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:52:29 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:52:29 +0000 | 
| commit | d4f0350c6da4a2a801f1e8ab28b8d914953a3d86 (patch) | |
| tree | 5715ca140fdaeee387cb1ca42c2ab384d33bec5d /package/bash/bash30-014 | |
| parent | 229a26a76f789f1a68281ecb1154753888c32d61 (diff) | |
| download | buildroot-novena-d4f0350c6da4a2a801f1e8ab28b8d914953a3d86.tar.gz buildroot-novena-d4f0350c6da4a2a801f1e8ab28b8d914953a3d86.zip  | |
update to bash-3.1
Diffstat (limited to 'package/bash/bash30-014')
| -rw-r--r-- | package/bash/bash30-014 | 52 | 
1 files changed, 0 insertions, 52 deletions
diff --git a/package/bash/bash30-014 b/package/bash/bash30-014 deleted file mode 100644 index ecd859ff0..000000000 --- a/package/bash/bash30-014 +++ /dev/null @@ -1,52 +0,0 @@ -			     BASH PATCH REPORT -			     ================= - -Bash-Release: 3.0 -Patch-ID: bash30-014 - -Bug-Reported-by: agriffis@gentoo.org -Bug-Reference-ID: <20040929024759.A437FEB1E0@piment.flatmonk.org> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2004-09/msg00250.html - -Bug-Description: - -        # -        # BROKEN case: variable with braces inside quotes -        # - -        $ D=W -        $ echo "${D}"{illy,onka}  => W{illy,onka} - -Patch: - -*** ../bash-3.0-patched/braces.c	Wed Sep  8 11:07:53 2004 ---- bash/braces.c	Fri Sep 17 18:42:36 2004 -*************** -*** 403,407 **** -  	  pass_next = 1; -  	  i++; -! 	  level++; -  	  continue; -  	} ---- 403,408 ---- -  	  pass_next = 1; -  	  i++; -! 	  if (quoted == 0) -! 	    level++; -  	  continue; -  	} -*** ../bash-3.0-patched/patchlevel.h	Wed Aug 22 08:05:39 2001 ---- bash/patchlevel.h	Thu Sep  2 15:04:32 2004 -*************** -*** 26,30 **** -     looks for to find the patch level (for the sccs version string). */ -   -! #define PATCHLEVEL 13 -   -  #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- -     looks for to find the patch level (for the sccs version string). */ -   -! #define PATCHLEVEL 14 -   -  #endif /* _PATCHLEVEL_H_ */  | 
