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
|
# Checking for bashisms
|
||||||
if [ -x /usr/bin/checkbashisms ]; \
|
if [ -x /usr/bin/checkbashisms ]; \
|
||||||
then \
|
then \
|
||||||
checkbashisms live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*; \
|
checkbashisms live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
|
||||||
else \
|
else \
|
||||||
echo "WARNING: skipping bashism test - you need to install devscripts."; \
|
echo "WARNING: skipping bashism test - you need to install devscripts."; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue