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-015 | |
parent | b715166993bc563549d16d096e570c47856c476d (diff) |
Fix broken patches so they actually apply
Diffstat (limited to 'package/bash/bash30-015')
-rw-r--r-- | package/bash/bash30-015 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bash/bash30-015 b/package/bash/bash30-015 index ee5bb5a20..4235f42a8 100644 --- a/package/bash/bash30-015 +++ b/package/bash/bash30-015 @@ -24,7 +24,7 @@ Bug-Description: Patch: *** ../bash-3.0-patched/general.c Wed Apr 14 23:20:13 2004 ---- general.c Wed Oct 20 16:59:59 2004 +--- bash/general.c Wed Oct 20 16:59:59 2004 *************** *** 268,272 **** @@ -40,7 +40,7 @@ Patch: if (legal_variable_starter (c) == 0) *** ../bash-3.0/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). */ |