From 2c5302d1d0f9bba5a8a5b95500a34daaf7baa3fb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 31 May 2010 07:52:43 +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 440634c5f..87bd3cbf8 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 \