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>2011-03-09 19:17:10 +0100
commit313ffd491ab9dc95759fa4a94179a635fb876abe (patch)
tree00221f4d97550e32255efc983dc835f2f5b2142b /Makefile
parent08ee83bdf44f164dd9b0ee6d7fe4996e6155a1c9 (diff)
downloadlive-build-313ffd491ab9dc95759fa4a94179a635fb876abe.zip
live-build-313ffd491ab9dc95759fa4a94179a635fb876abe.tar.gz
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 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 \