summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-31 07:52:43 +0200
committerDaniel Baumann <daniel@debian.org>2010-05-31 07:52:43 +0200
commit2c5302d1d0f9bba5a8a5b95500a34daaf7baa3fb (patch)
tree00221f4d97550e32255efc983dc835f2f5b2142b /Makefile
parent75574aac41944443e9b6e4faabae0fdaf0f3637b (diff)
downloadvyos-live-build-2c5302d1d0f9bba5a8a5b95500a34daaf7baa3fb.tar.gz
vyos-live-build-2c5302d1d0f9bba5a8a5b95500a34daaf7baa3fb.zip
Running checkbashisms with -f and -x in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \