X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=perl%2Fcreate_usdb.pl;h=575babc7b42ad50585a560d9c9b6bad2f850e9d7;hb=9c415b19aaaf0497e9cc074f3df56f16fe414e82;hp=a0da7ff413e75aea5619487273d8d8e9c4452645;hpb=48e2f0092d89db018a6744d4d35b83156cbe0481;p=spider.git diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index a0da7ff4..575babc7 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -30,7 +30,7 @@ use USDB; die "no input (usdbraw?) files specified\n" unless @ARGV; -USDB::load(@ARGV); +print "\n", USDB::load(@ARGV), "\n"; exit(0);