fix create_usdb.pl data area paths
[spider.git] / perl / create_usdb.pl
index 5dcd40df1b22f9ee59faa756420111af8f12e81e..8dd130953ac5e73f62195a8a6bdb838250a04ee9 100755 (executable)
@@ -18,9 +18,11 @@ BEGIN {
 
        unshift @INC, "$root/perl";     # this IS the right way round!
        unshift @INC, "$root/local";
+       
 }
 
 use DXVars;
+use SysVar;
 use USDB;
 
 die "no input (usdbraw?) files specified\n" unless @ARGV;