diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-25 11:22:26 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-25 11:22:26 +0000 | 
| commit | e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13 (patch) | |
| tree | 517eb9a8110b30a0241ab98b91fe186b0edb01a9 /package/bash/bash32-014 | |
| parent | 7e81360323d5543d438d31ddbbc567c439cec7a8 (diff) | |
| download | buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.tar.gz buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.zip | |
- forgot to adjust the pathes..
Diffstat (limited to 'package/bash/bash32-014')
| -rw-r--r-- | package/bash/bash32-014 | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/package/bash/bash32-014 b/package/bash/bash32-014 index b706505b7..3da7bbc31 100644 --- a/package/bash/bash32-014 +++ b/package/bash/bash32-014 @@ -17,7 +17,7 @@ when expanding arrays (array[@]).  Patch:  *** ../bash-3.2-patched/array.c	Wed Jun  1 16:39:22 2005 ---- array.c	Mon Jan 15 22:58:00 2007 +--- bash-3.2/array.c	Mon Jan 15 22:58:00 2007  ***************  *** 121,125 ****    } @@ -135,7 +135,7 @@ Patch:    	if (mflags & MATCH_STARSUB) {    		ifs = getifs();  *** ../bash-3.2-patched/array.h	Sun Jun  1 15:50:30 2003 ---- array.h	Mon Jan 15 22:35:35 2007 +--- bash-3.2/array.h	Mon Jan 15 22:35:35 2007  ***************  *** 56,59 ****  --- 56,60 ---- @@ -145,7 +145,7 @@ Patch:    extern char	*array_subrange __P((ARRAY *, arrayind_t, arrayind_t, int, int));  *** ../bash-3.2-patched/subst.c	Fri Mar  2 16:20:50 2007 ---- subst.c	Tue Mar  6 11:40:55 2007 +--- bash-3.2/subst.c	Tue Mar  6 11:40:55 2007  ***************  *** 1888,1892 ****  --- 1889,1899 ---- @@ -291,7 +291,7 @@ Patch:          break;    #endif  *** ../bash-3.2/patchlevel.h	Thu Apr 13 08:31:04 2006 ---- patchlevel.h	Mon Oct 16 14:22:54 2006 +--- bash-3.2/patchlevel.h	Mon Oct 16 14:22:54 2006  ***************  *** 26,30 ****       looks for to find the patch level (for the sccs version string). */ | 
