[Swift-commit] r5750 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Apr 17 10:11:35 CDT 2012


Author: davidk
Date: 2012-04-17 10:11:35 -0500 (Tue, 17 Apr 2012)
New Revision: 5750

Modified:
   trunk/bin/swift
Log:
Ability to define user.home in non-standard locations using $SWIFT_USERHOME


Modified: trunk/bin/swift
===================================================================
--- trunk/bin/swift	2012-04-17 14:50:07 UTC (rev 5749)
+++ trunk/bin/swift	2012-04-17 15:11:35 UTC (rev 5750)
@@ -90,6 +90,8 @@
 updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
 updateOptions "$SWIFT_HOME" "COG_INSTALL_PATH"
 updateOptions "$SWIFT_HOME" "swift.home"
+updateOptions "$SWIFT_USERHOME" "user.home"
+
 #Use /dev/urandom instead of /dev/random for seeding RNGs
 #This will lower the randomness of the seed, but avoid
 #large delays if /dev/random does not have enough entropy collected




More information about the Swift-commit mailing list