added missing unshift for path
authorminima <minima>
Sun, 26 Aug 2001 13:15:34 +0000 (13:15 +0000)
committerminima <minima>
Sun, 26 Aug 2001 13:15:34 +0000 (13:15 +0000)
perl/lock_nodes.pl

index 8f4875e7c320d9e5494d28eba480006e4324d17c..c80c69732923bf9474bd00cb77eec492aba6df33 100755 (executable)
@@ -19,7 +19,7 @@ BEGIN {
        # root of directory tree for this system
        $root = "/spider"; 
        $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'};
-
+        unshift @INC, "$root/perl";     # this IS the right way round!
        unshift @INC, "$root/local";
 }