[metrics-commit] CVS update: MODIFIED: test ...

Joe Bester commit at globus.org
Thu Feb 3 15:47:35 CST 2011


  User: bester  
  Date: 11/02/03 15:47:35

  Modified:    python/tools/test bootstrap
  Log:
  Merge RIC-92 changes
  
  Revision  Changes    Path
  1.2       +3 -3      usage/python/tools/test/bootstrap
  
  http://viewcvs.globus.org/viewcvs.cgi/usage/python/tools/test/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/test/bootstrap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- bootstrap	23 Jul 2009 22:47:01 -0000	1.1
  +++ bootstrap	3 Feb 2011 21:47:35 -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