summaryrefslogtreecommitdiffstats
path: root/package/bash/bash32-032
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-05-01 19:07:58 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-05-01 19:07:58 +0000
commit02d713dcdd850456717eb6d6507dbf6ba44a58eb (patch)
tree0bf8910c80d66286cbe18de49e0f39d0f449d2f1 /package/bash/bash32-032
parent1aac1affcd17f99eaae553e799957f2ff4591cac (diff)
downloadbuildroot-novena-02d713dcdd850456717eb6d6507dbf6ba44a58eb.tar.gz
buildroot-novena-02d713dcdd850456717eb6d6507dbf6ba44a58eb.zip
* Fixed bash patches
Diffstat (limited to 'package/bash/bash32-032')
-rw-r--r--package/bash/bash32-0328
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bash/bash32-032 b/package/bash/bash32-032
index 5e53e2919..bce4c23e6 100644
--- a/package/bash/bash32-032
+++ b/package/bash/bash32-032
@@ -15,8 +15,8 @@ very quickly in succession, causing characters to be dropped.
Patch:
-*** ../bash-3.2-patched/lib/readline/input.c 2007-08-25 13:47:10.000000000 -0400
---- lib/readline/input.c 2007-10-12 22:55:25.000000000 -0400
+*** bash-3.2-patched/lib/readline/input.c 2007-08-25 13:47:10.000000000 -0400
+--- bash-3.2/lib/readline/input.c 2007-10-12 22:55:25.000000000 -0400
***************
*** 155,159 ****
pop_index--;
@@ -30,8 +30,8 @@ Patch:
! pop_index = ibuffer_len;
ibuffer[pop_index] = key;
return (1);
-*** ../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). */