X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_usdb.pl;h=8dd130953ac5e73f62195a8a6bdb838250a04ee9;hb=cbb522ef802d48991734a4ce803fa6ffa9774588;hp=241258b758e69803ef90b8106c61b360a89ee6ae;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 241258b7..8dd13095 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # create a USDB file from a standard raw file (which is GZIPPED BTW) # @@ -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;