From 52f4cf8e31daaa0e70436d9d46f5539e96378e88 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 6bae1cdb9..ba22671ce 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.2.3