From a438fd117137a0de523991f9334fb19f2e6deffa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 31 May 2010 07:52:34 +0200 Subject: [PATCH] Running checkbashisms with -f and -x in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.1.4