Commit 280515fc authored by Mike Frysinger's avatar Mike Frysinger
Browse files

fix patch to work with -p1

parent 468fe566
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);