summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-12 16:07:45 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commit1fccaac6c3b3a16188632d43d206c9c175a51d7b (patch)
tree5b3468e4f6b94a4f45418d69916ff4a75281dcaa /Makefile
parent1ac6bf48fa5232b656ed791ebf895eb5efe9404d (diff)
downloadlive-build-1fccaac6c3b3a16188632d43d206c9c175a51d7b.zip
live-build-1fccaac6c3b3a16188632d43d206c9c175a51d7b.tar.gz
Excluding cgi from checkbashism (checkbashism is too stupid).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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