Excluding cgi from checkbashism (checkbashism is too stupid).

This commit is contained in:
Daniel Baumann 2010-03-12 16:07:45 +01:00
parent 303f65f03a
commit 52f4cf8e31
1 changed files with 1 additions and 1 deletions

View File

@ -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