X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fbash;h=c215b5a32c71e2cabb1a0bf77656c4f18384de5a;hb=b9f4c9f85f8072048cd835d5a0d913eeb926d2c5;hp=862c94432e56282c592dc3ba6b4ce42c8bc2af92;hpb=38a159627381ce0a867b80c386ef1a0dc3fe2860;p=ipfire-2.x.git diff --git a/lfs/bash b/lfs/bash index 862c94432e..c215b5a32c 100644 --- a/lfs/bash +++ b/lfs/bash @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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 18); 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