From: František Dvořák Date: Mon, 28 Mar 2011 14:00:16 +0000 (+0000) Subject: typo X-Git-Tag: glite-lb-client_R_5_0_4_2~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=78bb248a7ed6266a7fca4f856cf4e16359c481d5;p=jra1mw.git typo --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common.sh b/org.glite.testsuites.ctb/LB/tests/lb-common.sh index ecc088a..064e2fb 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common.sh @@ -39,7 +39,7 @@ GLITE_LB_LOCATION=${GLITE_LB_LOCATION:-$GLITE_LOCATION} GLITE_LOCATION=${GLITE_LOCATION:-'/opt/glite'} SAME_SENSOR_HOME=${SAME_SENSOR_HOME:-.} for dir in $GLITE_LOCATION $GLITE_LOCATION/lib64/glite-lb $GLITE_LOCATION/lib/glite-lb; do - if test -d "$dir/examples"; then PATH="$examples:$PATH"; fi + if test -d "$dir/examples"; then PATH="$dir/examples:$PATH"; fi done PATH="$GLITE_LOCATION/bin:$PATH" export PATH