From 1fccaac6c3b3a16188632d43d206c9c175a51d7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Mar 2010 16:07:45 +0100 Subject: Excluding cgi from checkbashism (checkbashism is too stupid). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bae1cd..ba22671 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 functions/* examples/*/*.sh helpers/* hooks/*; \ else \ echo "WARNING: skipping bashism test - you need to install devscripts."; \ fi -- cgit v1.0