|
From: <ha...@us...> - 2006-10-21 01:17:25
|
Revision: 1077
http://svn.sourceforge.net/cogkit/?rev=1077&view=rev
Author: hategan
Date: 2006-10-20 18:17:20 -0700 (Fri, 20 Oct 2006)
Log Message:
-----------
fix for http://bugzilla.globus.org/globus/show_bug.cgi?id=3874
Modified Paths:
--------------
trunk/current/src/cog/etc/unix/example-launcher-template
trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template 2006-10-20 21:46:16 UTC (rev 1076)
+++ trunk/current/src/cog/etc/unix/example-launcher-template 2006-10-21 01:17:20 UTC (rev 1077)
@@ -61,7 +61,7 @@
updateOptions "$USERID" "UID"
updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template 2006-10-20 21:46:16 UTC (rev 1076)
+++ trunk/current/src/cog/etc/unix/launcher-template 2006-10-21 01:17:20 UTC (rev 1077)
@@ -63,7 +63,7 @@
updateOptions "$USERID" "UID"
updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
### EXECUTE ############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|