[metrics-commit] CVS update: MODIFIED: source ...
Joe Bester
commit at globus.org
Thu Feb 3 15:47:34 CST 2011
User: bester
Date: 11/02/03 15:47:34
Modified: python/tools/source bootstrap
Log:
Merge RIC-92 changes
Revision Changes Path
1.2 +3 -3 usage/python/tools/source/bootstrap
http://viewcvs.globus.org/viewcvs.cgi/usage/python/tools/source/bootstrap.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: bootstrap
===================================================================
RCS file: /home/globdev/CVS/globus-packages/usage/python/tools/source/bootstrap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- bootstrap 23 Jul 2009 22:46:58 -0000 1.1
+++ bootstrap 3 Feb 2011 21:47:33 -0000 1.2
@@ -7,11 +7,11 @@
exit 1
fi
-if [ ! -f ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh ]; then
- echo "ERROR: Unable to locate \${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh"
+if [ ! -f ${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh ]; then
+ echo "ERROR: Unable to locate \${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh"
echo " Please ensure that you have installed the globus-core package and"
echo " that GLOBUS_LOCATION is set to the proper directory"
exit
fi
-. ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh
+. ${GLOBUS_LOCATION}/share/globus/globus-bootstrap.sh
More information about the metrics-commit
mailing list