[Swift-commit] cog r3659

swift at ci.uchicago.edu swift at ci.uchicago.edu
Fri May 10 17:35:05 CDT 2013


------------------------------------------------------------------------
r3659 | hategan | 2013-05-10 17:30:09 -0500 (Fri, 10 May 2013) | 1 line

exit 1 instead of exit q
------------------------------------------------------------------------
Index: modules/provider-coaster-c-client/autogen.sh
===================================================================
--- modules/provider-coaster-c-client/autogen.sh	(revision 3658)
+++ modules/provider-coaster-c-client/autogen.sh	(working copy)
@@ -10,7 +10,7 @@
 checkerror() {
 	if [ "$?" != "0" ]; then
 		echo "$LAST failed"
-		exit q
+		exit 1
 	fi
 }
 



More information about the Swift-commit mailing list