From: Mike Frysinger Date: Sat, 15 Apr 2006 02:26:01 +0000 (-0000) Subject: fix patch to work with -p1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=280515fc5c72039d8297c50819ce45e2ba00d881;p=buildroot.git fix patch to work with -p1 --- diff --git a/package/bash/bash31-017 b/package/bash/bash31-017 index 60e4acdfaf..e003470030 100644 --- a/package/bash/bash31-017 +++ b/package/bash/bash31-017 @@ -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);