added missing unshift for path
[spider.git] / 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";
 }