Running checkbashisms with -f and -x in Makefile.

This commit is contained in:
Daniel Baumann 2010-05-31 07:52:43 +02:00
parent 08ee83bdf4
commit 313ffd491a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ test:
then \
for SCRIPT in $(SCRIPTS); \
do \
checkbashisms $${SCRIPT} || true; \
checkbashisms -f -x $${SCRIPT} || true; \
echo -n "."; \
done; \
else \