diff options
Diffstat (limited to 'package/bash/bash32-033')
-rw-r--r-- | package/bash/bash32-033 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/bash/bash32-033 b/package/bash/bash32-033 index 0d698108b..89bc35d62 100644 --- a/package/bash/bash32-033 +++ b/package/bash/bash32-033 @@ -16,8 +16,8 @@ ASCII 127 characters in the expanded value. Patch: -*** ../bash-3.2-patched/arrayfunc.c 2007-08-25 13:47:05.000000000 -0400 ---- arrayfunc.c 2007-05-31 11:55:46.000000000 -0400 +*** bash-3.2-patched/arrayfunc.c 2007-08-25 13:47:05.000000000 -0400 +--- bash-3.2/arrayfunc.c 2007-05-31 11:55:46.000000000 -0400 *************** *** 723,727 **** { @@ -31,8 +31,8 @@ Patch: ! *rtype = (t[0] == '*') ? 1 : 2; if (allow_all == 0) { -*** ../bash-3.2-patched/subst.c 2007-08-25 13:47:08.000000000 -0400 ---- subst.c 2007-11-14 15:43:00.000000000 -0500 +*** bash-3.2-patched/subst.c 2007-08-25 13:47:08.000000000 -0400 +--- bash-3.2/subst.c 2007-11-14 15:43:00.000000000 -0500 *************** *** 4908,4915 **** intmax_t arg_index; @@ -70,8 +70,8 @@ Patch: + ret->flags |= rflags; } return ret; -*** ../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 Thu Apr 13 08:31:04 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). */ |