]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Revert handling of space in filenames.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 15 Apr 2009 01:52:28 +0000 (03:52 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 15 Apr 2009 01:52:28 +0000 (03:52 +0200)
lfs/Config

index d6dc30a4313369fc042cac778019867f967d9800..aa8a619f3e7ec255491cc135456f063a34e98009 100644 (file)
@@ -136,14 +136,12 @@ define POSTBUILD
                        echo "error $$LFS_SCRIPT not found in config/rootfiles"; \
                fi; \
                sed "s/KVER/$(KVER)/g" $$ROOTFILE > $(TARGET)_rootfile; \
-               IFS=`echo`; \
                for line in `cat $(TARGET)_diff`; do \
                        if grep -qG "^#$$line$$" $(TARGET)_rootfile; then echo "#$$line" >> $(TARGET); \
                        elif grep -qG "^$$line$$" $(TARGET)_rootfile ; then echo "$$line" >> $(TARGET); \
                        else echo "+$$line" >> $(TARGET); \
                        fi; \
                done; \
-               unset IFS; \
                rm -f $(TARGET)_rootfile; \
        else \
                touch $(TARGET); \