瀏覽代碼

Fix broken patches so they actually apply

Eric Andersen 20 年之前
父節點
當前提交
6ea1a70ee1
共有 3 個文件被更改,包括 8 次插入8 次删除
  1. 2 2
      package/bash/bash30-014
  2. 2 2
      package/bash/bash30-015
  3. 4 4
      package/bash/bash30-016

+ 2 - 2
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). */

+ 2 - 2
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). */

+ 4 - 4
package/bash/bash30-016

@@ -17,7 +17,7 @@ Bug-Description:
 Patch:
 
 *** ../bash-3.0-patched/subst.c	Wed Sep  8 11:07:55 2004
---- subst.c	Tue Nov  9 16:26:59 2004
+--- bash/subst.c	Tue Nov  9 16:26:59 2004
 ***************
 *** 4900,4905 ****
       case VT_ARRAYVAR:
@@ -35,7 +35,7 @@ Patch:
         break;
   #endif
 *** ../bash-3.0-patched/tests/array.tests	Sat Oct  4 23:25:00 2003
---- tests/array.tests	Tue Nov  9 16:36:29 2004
+--- bash/tests/array.tests	Tue Nov  9 16:36:29 2004
 ***************
 *** 323,327 ****
   echo positive offset - expect five seven
@@ -50,7 +50,7 @@ Patch:
   echo ${av[@]: -2:2}
   
 *** ../bash-3.0-patched/tests/array.right	Sat Oct  4 23:25:10 2003
---- tests/array.right	Tue Nov  9 16:37:25 2004
+--- bash/tests/array.right	Tue Nov  9 16:37:25 2004
 ***************
 *** 171,176 ****
   positive offset - expect five seven
@@ -67,7 +67,7 @@ Patch:
   positive offset 2 - expect seven
   seven
 *** ../bash-3.0-patched/patchlevel.h	Tue Oct 26 17:13:29 2004
---- patchlevel.h	Tue Nov  9 16:31:24 2004
+--- bash/patchlevel.h	Tue Nov  9 16:31:24 2004
 ***************
 *** 26,30 ****
      looks for to find the patch level (for the sccs version string). */