From: Daniel Baumann Date: Mon, 31 May 2010 05:52:34 +0000 (+0200) Subject: Running checkbashisms with -f and -x in Makefile. X-Git-Tag: debian/2.0_a4-1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=fbdf30c082578bf7321c520605da00a024c325af Running checkbashisms with -f and -x in Makefile. --- diff --git a/Makefile b/Makefile index eadd5d7..7b15560 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: then \ for SCRIPT in $(SCRIPTS); \ do \ - checkbashisms $${SCRIPT} || true; \ + checkbashisms -f -x $${SCRIPT} || true; \ echo -n "."; \ done; \ else \