diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:07:45 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:07:45 +0100 |
commit | 52f4cf8e31daaa0e70436d9d46f5539e96378e88 (patch) | |
tree | 5b3468e4f6b94a4f45418d69916ff4a75281dcaa /Makefile | |
parent | 303f65f03a3d11918ce748748ec0ec08c47f9ce5 (diff) | |
download | vyos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |