[SCM] live-helper branch, debian-next, updated. debian/2.0_a13-1-6-g4dde415

Daniel Baumann daniel at debian.org
Tue May 25 15:49:09 UTC 2010


The following commit has been merged in the debian-next branch:
commit 4dde415ca420df5886cab336a69afdd90c974309
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue May 25 17:42:44 2010 +0200

    Reverting makefile change that enabled failing on bashisms.

diff --git a/Makefile b/Makefile
index c084160..440634c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,13 +19,14 @@ 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 $${SCRIPT}; \
+			checkbashisms $${SCRIPT} || true; \
 			echo -n "."; \
 		done; \
 	else \

-- 
live-helper



More information about the debian-live-changes mailing list