From c43ecfc36351b458c640be1f68fbf84424d7bc7b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jan 23 2006 20:59:26 +0000 Subject: fix EOL extra space --- diff --git a/refpolicy/Makefile b/refpolicy/Makefile index c87f7f2..6af4ab4 100644 --- a/refpolicy/Makefile +++ b/refpolicy/Makefile @@ -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 $@