[Swift-commit] cog r3747

swift at ci.uchicago.edu swift at ci.uchicago.edu
Mon Jul 22 15:35:02 CDT 2013


------------------------------------------------------------------------
r3747 | michaelwilde | 2013-07-22 15:31:03 -0500 (Mon, 22 Jul 2013) | 1 line

Add SWIFT_USERHOME processing to template for coaster-service command.
------------------------------------------------------------------------
Index: etc/unix/launcher-template
===================================================================
--- etc/unix/launcher-template	(revision 3746)
+++ etc/unix/launcher-template	(working copy)
@@ -78,7 +78,10 @@
 updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
 updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
+updateOptions "$SWIFT_USERHOME" "user.home"
 
+
+
 if [ "X$HEAPMAX" != "X" ]; then
 	OPTIONS="-Xmx$HEAPMAX $OPTIONS"
 fi



More information about the Swift-commit mailing list