[Swift-commit] r4355 - trunk/bin

skenny at ci.uchicago.edu skenny at ci.uchicago.edu
Wed Apr 13 02:04:38 CDT 2011


Author: skenny
Date: 2011-04-13 02:04:37 -0500 (Wed, 13 Apr 2011)
New Revision: 4355

Modified:
   trunk/bin/swift
Log:
add call to chxml for checking of sites file

Modified: trunk/bin/swift
===================================================================
--- trunk/bin/swift	2011-04-13 07:03:56 UTC (rev 4354)
+++ trunk/bin/swift	2011-04-13 07:04:37 UTC (rev 4355)
@@ -61,6 +61,10 @@
 
 CMDLINE=`fixCommandLine "$@"`
 
+# make sure sites.xml file is well-formed
+
+chxml $CMDLINE
+
 ### SETUP OTHER ENV VARIABLES ####
 
 USERID=`id | awk '{printf("%s\n", substr($1, 5, index($1, "(")-5 ) ) }'`




More information about the Swift-commit mailing list