fix EOL extra space

This commit is contained in:
Chris PeBenito 2006-01-23 20:59:26 +00:00
parent 7dca64fa48
commit c43ecfc363
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ install-appconfig: $(APPFILES)
$(INSTALLDIR)/booleans: $(BOOLEANS)
@mkdir -p $(INSTALLDIR)
$(QUIET) sed -r -e 's/false/0/g' -e 's/true/1/g' \
$(QUIET) sed -r -e 's/false/0/g' -e 's/true/1/g' \
-e '/^[[:blank:]]*($$|#)/d' $(BOOLEANS) | sort > tmp/booleans
$(QUIET) install -m 644 tmp/booleans $@