Allow synonyms for localhost
[spider.git] / perl / create_usdb.pl
index 76b91e3d83fe8e38c89f9b93b2d20228086b37d3..8dd130953ac5e73f62195a8a6bdb838250a04ee9 100755 (executable)
@@ -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;