[selinux-policy: 1144/3172] fix EOL extra space

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:43:55 UTC 2010


commit c43ecfc36351b458c640be1f68fbf84424d7bc7b
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Jan 23 20:59:26 2006 +0000

    fix EOL extra space

 refpolicy/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 $@
 


More information about the scm-commits mailing list