diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-11 19:03:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-11 19:03:48 +0000 |
commit | 6ea1a70ee1595034983559d553c166dd4368d12d (patch) | |
tree | 8b921348f6c5138678ac7da7986c6ae6b95b9a96 /package/bash/bash30-014 | |
parent | b715166993bc563549d16d096e570c47856c476d (diff) | |
download | buildroot-novena-6ea1a70ee1595034983559d553c166dd4368d12d.tar.gz buildroot-novena-6ea1a70ee1595034983559d553c166dd4368d12d.zip |
Fix broken patches so they actually apply
Diffstat (limited to 'package/bash/bash30-014')
-rw-r--r-- | package/bash/bash30-014 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bash/bash30-014 b/package/bash/bash30-014 index 838eee50e..ecd859ff0 100644 --- a/package/bash/bash30-014 +++ b/package/bash/bash30-014 @@ -20,7 +20,7 @@ Bug-Description: Patch: *** ../bash-3.0-patched/braces.c Wed Sep 8 11:07:53 2004 ---- braces.c Fri Sep 17 18:42:36 2004 +--- bash/braces.c Fri Sep 17 18:42:36 2004 *************** *** 403,407 **** pass_next = 1; @@ -36,7 +36,7 @@ Patch: continue; } *** ../bash-3.0-patched/patchlevel.h Wed Aug 22 08:05:39 2001 ---- patchlevel.h Thu Sep 2 15:04:32 2004 +--- bash/patchlevel.h Thu Sep 2 15:04:32 2004 *************** *** 26,30 **** looks for to find the patch level (for the sccs version string). */ |