Running checkbashisms with -f and -x in Makefile.
[live-boot-grml.git] / Makefile
index eadd5d7..7b15560 100644 (file)
--- 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 \