Search rather for GLITE_LOCATION, which is typicaly used.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:36:22 +0000 (15:36 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:36:22 +0000 (15:36 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl

index 3239265..696c31c 100755 (executable)
@@ -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";