[Swift-devel] Patch: make sure chxml is in $PATH

Allan Espinosa aespinosa at cs.uchicago.edu
Fri May 13 15:06:32 CDT 2011


My Swift sessions on trunk were reporting that 'chxml' is missing so I
made sure that it is found.  I don't have a test for this but
hopefully this fixes trunk for other users.

-Allan

diff --git a/bin/swift b/bin/swift
index ab13cdf..b9155af 100755
--- a/bin/swift
+++ b/bin/swift
@@ -63,7 +63,7 @@ CMDLINE=`fixCommandLine "$@"`

 # make sure sites.xml file is well-formed

-chxml $CMDLINE
+$SWIFT_HOME/bin/chxml $CMDLINE

 ### SETUP OTHER ENV VARIABLES ####



More information about the Swift-devel mailing list