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-010 | |
parent | 7e81360323d5543d438d31ddbbc567c439cec7a8 (diff) | |
download | buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.tar.gz buildroot-novena-e1d4dc1d8eeebd9d6a83dd0614518a1ad9cb7a13.zip |
- forgot to adjust the pathes..
Diffstat (limited to 'package/bash/bash32-010')
-rw-r--r-- | package/bash/bash32-010 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/bash/bash32-010 b/package/bash/bash32-010 index 88de5758f..b65e93229 100644 --- a/package/bash/bash32-010 +++ b/package/bash/bash32-010 @@ -19,7 +19,7 @@ and other systems using GNU libc. Patch: *** ../bash-3.2.9/pathexp.h Sat Feb 19 17:23:18 2005 ---- pathexp.h Wed Jan 31 22:53:16 2007 +--- bash-3.2/pathexp.h Wed Jan 31 22:53:16 2007 *************** *** 1,5 **** /* pathexp.h -- The shell interface to the globbing library. */ @@ -42,7 +42,7 @@ Patch: #if defined (EXTENDED_GLOB) *** ../bash-3.2.9/pathexp.c Mon May 6 13:43:05 2002 ---- pathexp.c Mon Feb 26 16:59:23 2007 +--- bash-3.2/pathexp.c Mon Feb 26 16:59:23 2007 *************** *** 1,5 **** /* pathexp.c -- The shell interface to the globbing library. */ @@ -100,7 +100,7 @@ Patch: temp[j++] = '\\'; i++; *** ../bash-3.2.9/subst.c Tue Nov 7 16:14:41 2006 ---- subst.c Wed Jan 31 23:09:58 2007 +--- bash-3.2/subst.c Wed Jan 31 23:09:58 2007 *************** *** 5,9 **** beauty, but, hey, you're alright.'' */ @@ -163,7 +163,7 @@ Patch: free (p); } *** ../bash-3.2.9/execute_cmd.c Sat Aug 26 00:23:17 2006 ---- execute_cmd.c Wed Jan 31 23:12:06 2007 +--- bash-3.2/execute_cmd.c Wed Jan 31 23:12:06 2007 *************** *** 1,5 **** /* execute_cmd.c -- Execute a COMMAND structure. */ @@ -191,7 +191,7 @@ Patch: if (arg2 == 0) arg2 = nullstr; *** ../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). */ |