Excluding cgi from checkbashism (checkbashism is too stupid).
This commit is contained in:
parent
303f65f03a
commit
52f4cf8e31
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue