fix patch to work with -p1

This commit is contained in:
Mike Frysinger 2006-04-15 02:26:01 +00:00
parent 468fe5665e
commit 280515fc5c

View File

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