diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:07:45 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | 1fccaac6c3b3a16188632d43d206c9c175a51d7b (patch) | |
tree | 5b3468e4f6b94a4f45418d69916ff4a75281dcaa /Makefile | |
parent | 1ac6bf48fa5232b656ed791ebf895eb5efe9404d (diff) | |
download | vyos-live-build-1fccaac6c3b3a16188632d43d206c9c175a51d7b.tar.gz vyos-live-build-1fccaac6c3b3a16188632d43d206c9c175a51d7b.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 |