summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \