diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-05-01 19:07:58 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-05-01 19:07:58 +0000 |
commit | 02d713dcdd850456717eb6d6507dbf6ba44a58eb (patch) | |
tree | 0bf8910c80d66286cbe18de49e0f39d0f449d2f1 /package/bash/bash32-025 | |
parent | 1aac1affcd17f99eaae553e799957f2ff4591cac (diff) | |
download | buildroot-novena-02d713dcdd850456717eb6d6507dbf6ba44a58eb.tar.gz buildroot-novena-02d713dcdd850456717eb6d6507dbf6ba44a58eb.zip |
* Fixed bash patches
Diffstat (limited to 'package/bash/bash32-025')
-rw-r--r-- | package/bash/bash32-025 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bash/bash32-025 b/package/bash/bash32-025 index 4d53d89d7..20f86074d 100644 --- a/package/bash/bash32-025 +++ b/package/bash/bash32-025 @@ -16,8 +16,8 @@ of data into a terminal window). Patch: -*** ../bash-3.2-patched/lib/readline/input.c Wed Aug 16 15:15:16 2006 ---- lib/readline/input.c Tue Jul 17 09:24:21 2007 +*** bash-3.2-patched/lib/readline/input.c Wed Aug 16 15:15:16 2006 +--- bash-3.2/lib/readline/input.c Tue Jul 17 09:24:21 2007 *************** *** 134,139 **** @@ -62,8 +62,8 @@ Patch: + #endif push_index = 0; -*** ../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). */ |