bash: Refresh patches
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
8102db7f8e
commit
27b48028df
3 changed files with 5 additions and 6 deletions
|
@ -34,7 +34,7 @@ Patch (apply with `patch -p0'):
|
||||||
|
|
||||||
i = *sindex;
|
i = *sindex;
|
||||||
while (c = string[i])
|
while (c = string[i])
|
||||||
@@ -7176,7 +7178,7 @@ parameter_brace_expand (string, indexp,
|
@@ -7176,7 +7178,7 @@ parameter_brace_expand (string, indexp,
|
||||||
{
|
{
|
||||||
/* Extract the contents of the ${ ... } expansion
|
/* Extract the contents of the ${ ... } expansion
|
||||||
according to the Posix.2 rules. */
|
according to the Posix.2 rules. */
|
||||||
|
|
|
@ -18,7 +18,7 @@ Patch (apply with `patch -p0'):
|
||||||
|
|
||||||
--- a/subst.c
|
--- a/subst.c
|
||||||
+++ b/subst.c
|
+++ b/subst.c
|
||||||
@@ -7274,6 +7274,7 @@ parameter_brace_expand (string, indexp,
|
@@ -7274,6 +7274,7 @@ parameter_brace_expand (string, indexp,
|
||||||
default:
|
default:
|
||||||
case '\0':
|
case '\0':
|
||||||
bad_substitution:
|
bad_substitution:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -urN bash-4.2/Makefile.in bash-4.2.new/Makefile.in
|
--- a/Makefile.in
|
||||||
--- bash-4.2/Makefile.in 2010-12-01 01:22:42.000000000 +0100
|
+++ b/Makefile.in
|
||||||
+++ bash-4.2.new/Makefile.in 2012-07-30 16:24:01.325057998 +0200
|
@@ -724,10 +724,8 @@ reconfig: force
|
||||||
@@ -724,10 +724,8 @@
|
|
||||||
# $(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir)
|
# $(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir)
|
||||||
|
|
||||||
doc documentation: force
|
doc documentation: force
|
Loading…
Reference in a new issue