[Swift-commit] r6043 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Nov 14 21:15:51 CST 2012


Author: davidk
Date: 2012-11-14 21:15:51 -0600 (Wed, 14 Nov 2012)
New Revision: 6043

Modified:
   trunk/bin/swift
Log:
Disable chxml script to avoid erronous error messages


Modified: trunk/bin/swift
===================================================================
--- trunk/bin/swift	2012-11-15 03:14:45 UTC (rev 6042)
+++ trunk/bin/swift	2012-11-15 03:15:51 UTC (rev 6043)
@@ -63,11 +63,11 @@
 
 # make sure sites.xml file is well-formed
 
-$SWIFT_HOME/bin/chxml $CMDLINE
-if [ "$?" != 0 ]; then
-	echo "Could not process input files!"
-	exit 1
-fi
+#$SWIFT_HOME/bin/chxml $CMDLINE
+#if [ "$?" != 0 ]; then
+#	echo "Could not process input files!"
+#	exit 1
+#fi
 
 ### SETUP OTHER ENV VARIABLES ####
 




More information about the Swift-commit mailing list