[Swift-commit] r6042 - branches/release-0.94/bin
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Wed Nov 14 21:14:45 CST 2012
Author: davidk
Date: 2012-11-14 21:14:45 -0600 (Wed, 14 Nov 2012)
New Revision: 6042
Modified:
branches/release-0.94/bin/swift
Log:
Disable chxml script to avoid erronous error messages
Modified: branches/release-0.94/bin/swift
===================================================================
--- branches/release-0.94/bin/swift 2012-11-14 23:14:21 UTC (rev 6041)
+++ branches/release-0.94/bin/swift 2012-11-15 03:14:45 UTC (rev 6042)
@@ -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