From 78bb248a7ed6266a7fca4f856cf4e16359c481d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 28 Mar 2011 14:00:16 +0000 Subject: [PATCH] typo --- org.glite.testsuites.ctb/LB/tests/lb-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3