X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fbash;h=c75895124590524f412a2072cb08393487c93d2b;hp=e6c8d5eb23ce59d033b2e57a83fcc23e741bccbd;hb=474daba6891c60a4dd427c3e0be15e496085e1ea;hpb=791c2b45d873d02d3955ac846b69a3ee1e1f6f47 diff --git a/lfs/bash b/lfs/bash index e6c8d5eb23..c758951245 100644 --- 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 27); do \ + for i in $$(seq 1 30); do \ cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/bash/bash43-$$(printf "%03d" "$${i}") || exit 1; \ done