[SCM] live-build branch, debian, updated. debian/3.0_a28-1

Daniel Baumann daniel at debian.org
Mon Aug 8 19:13:17 UTC 2011


The following commit has been merged in the debian branch:
commit d0663f3cbd2b686076d8003aaf5ea875ebd35f16
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Aug 8 20:59:45 2011 +0200

    Since all (false positives for) bashisms are gone, making the test target fail on bashisms.

diff --git a/Makefile b/Makefile
index e3d5ec0..bdbaa53 100644
--- a/Makefile
+++ b/Makefile
@@ -19,14 +19,13 @@ test:
 
 	@echo " done."
 
-	@# We can't just fail yet on bashisms (FIXME)
 	@echo -n "Checking for bashisms"
 
 	@if [ -x /usr/bin/checkbashisms ]; \
 	then \
 		for SCRIPT in $(SCRIPTS); \
 		do \
-			checkbashisms -f -x $${SCRIPT} || true; \
+			checkbashisms -f -x $${SCRIPT}; \
 			echo -n "."; \
 		done; \
 	else \

-- 
live-build



More information about the debian-live-changes mailing list