summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-31 07:52:34 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commita438fd117137a0de523991f9334fb19f2e6deffa (patch)
tree95b19cf347fd1b28ab334846c43e389d7230a1ac
parent79c69840605b399c1f3f7f89a814947e48934011 (diff)
downloadlive-boot-a438fd117137a0de523991f9334fb19f2e6deffa.tar.gz
live-boot-a438fd117137a0de523991f9334fb19f2e6deffa.zip
Running checkbashisms with -f and -x in Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eadd5d7..7b15560 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 \