]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/blobdiff - lfs/bash
bash: Import patch for version 4.3.27
[people/trikolon/ipfire-2.x.git] / lfs / bash
index ae5a2837ace18fbd0ba1c0414984ad67ff3cfcbb..e6c8d5eb23ce59d033b2e57a83fcc23e741bccbd 100644 (file)
--- a/lfs/bash
+++ b/lfs/bash
@@ -87,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        sed -e "s/filename, RTLD_LAZY/filename, RTLD_NOW/" \
                -i $(DIR_APP)/builtins/enable.def
 
-       for i in $$(seq 1 26); do \
+       for i in $$(seq 1 27); do \
                cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/bash/bash43-$$(printf "%03d" "$${i}") || exit 1; \
        done