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>2010-03-12 16:07:45 +0100
commit52f4cf8e31daaa0e70436d9d46f5539e96378e88 (patch)
tree5b3468e4f6b94a4f45418d69916ff4a75281dcaa /Makefile
parent303f65f03a3d11918ce748748ec0ec08c47f9ce5 (diff)
downloadvyos-live-build-52f4cf8e31daaa0e70436d9d46f5539e96378e88.tar.gz
vyos-live-build-52f4cf8e31daaa0e70436d9d46f5539e96378e88.zip
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 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