[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:26 UTC 2008


The following commit has been merged in the master branch:
commit 9d5d73d76d7824c38033f250b1e7439c2a2dc641
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 12 16:28:37 2008 +0200

    Switching chechbashism call to now fail and abort rather than just give a warning if bashishms are detected.

diff --git a/Makefile b/Makefile
index 1bfdc77..681177a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ test:
 		sh -n $$SCRIPT; \
 	done
 
-	# Checking for bashisms (temporary not failing, but only listing)
-	if [ -x /usr/bin/checkbashisms ]; \
+	# Checking for bashisms
+	set -e; if [ -x /usr/bin/checkbashisms ]; \
 	then \
-		checkbashisms functions/* examples/*/*.sh helpers/* hooks/* || true; \
+		checkbashisms functions/* examples/*/*.sh helpers/* hooks/*; \
 	else \
 		echo "bashism test skipped - you need to install devscripts."; \
 	fi

-- 
debian-live



More information about the debian-live-changes mailing list