From 313ffd491ab9dc95759fa4a94179a635fb876abe Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 31 May 2010 07:52:43 +0200
Subject: Running checkbashisms with -f and -x in Makefile.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 440634c..87bd3cb 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 \
-- 
cgit v1.0