X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_usdb.pl;h=8dd130953ac5e73f62195a8a6bdb838250a04ee9;hb=681ed7b3c6d79228a68054489058b619f62974bf;hp=76b91e3d83fe8e38c89f9b93b2d20228086b37d3;hpb=14fa5913c9b5be9f55ef741236aaafbe516f64fe;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 76b91e3d..8dd13095 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -1,4 +1,4 @@ -#!/bin/env 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;