fix patch to work with -p1
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Apr 2006 02:26:01 +0000 (02:26 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 15 Apr 2006 02:26:01 +0000 (02:26 -0000)
package/bash/bash31-017

index 60e4acdfafafd53382a069be33c891cc2311625b..e0034700306d71acbefe2010b1a7b98112eb3366 100644 (file)
@@ -95,8 +95,8 @@ Patch:
 + 
   /* De-quoted quoted characters in STRING. */
   extern char *dequote_string __P((char *));
-*** ../bash-3.1-patched/arrayfunc.c    Mon Jul  4 20:25:58 2005
---- arrayfunc.c        Mon Mar 27 09:10:47 2006
+*** bash-3.1/arrayfunc.c       Mon Jul  4 20:25:58 2005
+--- bash-3.1/arrayfunc.c       Mon Mar 27 09:10:47 2006
 ***************
 *** 593,601 ****
     strncpy (exp, s, len - 1);