[Fai-commit] r6652 - trunk

Michael Tautschnig mt at alioth.debian.org
Tue Sep 6 17:27:32 UTC 2011


Author: mt
Date: 2011-09-06 17:27:31 +0000 (Tue, 06 Sep 2011)
New Revision: 6652

Modified:
   trunk/Makefile
Log:
Fixed syntax error introduced in r6650


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-09-06 17:26:00 UTC (rev 6651)
+++ trunk/Makefile	2011-09-06 17:27:31 UTC (rev 6652)
@@ -28,7 +28,7 @@
 		echo -n "Checking for bashisms"; \
 		for SCRIPT in $(SHELL_SCRIPTS); do \
 			test -r $${SCRIPT} || continue ; \
-			ec=0
+			ec=0 ; \
 			checkbashisms -x $${SCRIPT} || ec=$$? ; \
 			if [ $${ec} -ne 0 ] && [ $${ec} -ne 2 ] ; then exit $${ec} ; fi ; \
 			echo -n "."; \




More information about the Fai-commit mailing list