[Fai-commit] r6648 - trunk
Thomas Lange
lange at alioth.debian.org
Tue Sep 6 16:30:13 UTC 2011
Author: lange
Date: 2011-09-06 16:30:12 +0000 (Tue, 06 Sep 2011)
New Revision: 6648
Modified:
trunk/Makefile
Log:
remove -f from checkbashism
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-09-06 14:54:56 UTC (rev 6647)
+++ trunk/Makefile 2011-09-06 16:30:12 UTC (rev 6648)
@@ -28,7 +28,7 @@
echo -n "Checking for bashisms"; \
for SCRIPT in $(SHELL_SCRIPTS); do \
test -r $${SCRIPT} || continue ; \
- checkbashisms -f -x $${SCRIPT} || exit ; \
+ checkbashisms -x $${SCRIPT} || exit ; \
echo -n "."; \
done; \
echo " done."; \
More information about the Fai-commit
mailing list