projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468fe56
)
fix patch to work with -p1
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 15 Apr 2006 02:26:01 +0000
(
02:26
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 15 Apr 2006 02:26:01 +0000
(
02:26
-0000)
package/bash/bash31-017
patch
|
blob
|
history
diff --git
a/package/bash/bash31-017
b/package/bash/bash31-017
index 60e4acdfafafd53382a069be33c891cc2311625b..e0034700306d71acbefe2010b1a7b98112eb3366 100644
(file)
--- 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);