[Swift-commit] r4943 - trunk/bin

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Aug 4 14:30:50 CDT 2011


Author: jonmon
Date: 2011-08-04 14:30:50 -0500 (Thu, 04 Aug 2011)
New Revision: 4943

Modified:
   trunk/bin/swift
Log:
o run the chxml command using the SWIFT_HOME environment variable.


Modified: trunk/bin/swift
===================================================================
--- trunk/bin/swift	2011-08-04 19:19:33 UTC (rev 4942)
+++ trunk/bin/swift	2011-08-04 19:30:50 UTC (rev 4943)
@@ -63,7 +63,7 @@
 
 # make sure sites.xml file is well-formed
 
-chxml $CMDLINE
+$SWIFT_HOME/bin/chxml $CMDLINE
 
 ### SETUP OTHER ENV VARIABLES ####
 




More information about the Swift-commit mailing list