[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-16-geede7a5

Daniel Baumann daniel at debian.org
Sun Mar 7 11:31:54 UTC 2010


The following commit has been merged in the debian-next branch:
commit eede7a57719df0213f35ab5762c70dab520b12b1
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 7 12:27:06 2010 +0100

    Only check cgi/cgi for bashism, not the entire scripts.

diff --git a/Makefile b/Makefile
index 6bae1cd..e686fed 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ test:
 	# Checking for bashisms
 	if [ -x /usr/bin/checkbashisms ]; \
 	then \
-		checkbashisms live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*; \
+		checkbashisms live-helper.sh cgi/cgi functions/* examples/*/*.sh helpers/* hooks/*; \
 	else \
 		echo "WARNING: skipping bashism test - you need to install devscripts."; \
 	fi

-- 
live-helper



More information about the debian-live-changes mailing list