From: František Dvořák Date: Thu, 23 Dec 2010 15:36:22 +0000 (+0000) Subject: Search rather for GLITE_LOCATION, which is typicaly used. X-Git-Tag: glite-px-glite-PX_R_3_2_0_2~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4cf6d94b57fcd8dbd2853ef1f3e33d07ff289f58;p=jra1mw.git Search rather for GLITE_LOCATION, which is typicaly used. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl index 3239265..696c31c 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl @@ -19,7 +19,7 @@ use Term::ANSIColor; BEGIN{ -$inst = $ENV{GLITE_PREFIX}; +$inst = $ENV{GLITE_LOCATION}; $inst = "/opt/glite" unless $inst; $sbin = "$inst/sbin"; $bin = "$inst/bin";