X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_usdb.pl;h=8dd130953ac5e73f62195a8a6bdb838250a04ee9;hb=b55a5be0062fb96613a2f42c25de550d69283b7a;hp=5dcd40df1b22f9ee59faa756420111af8f12e81e;hpb=4b49fe47b37249d748f0a52fe2a778d4bc27232f;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 5dcd40df..8dd13095 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -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;