Fixed typo
authortonnesen <tonnesen>
Tue, 16 Apr 2002 18:00:39 +0000 (18:00 +0000)
committertonnesen <tonnesen>
Tue, 16 Apr 2002 18:00:39 +0000 (18:00 +0000)
acqui.simple/bulkmarcimport.pl

index 25082f4..ed06c9c 100755 (executable)
@@ -11,9 +11,9 @@
 
 
 
-$filename=$ARGV[0];
+$file=$ARGV[0];
 
-unless ($filename) {
+unless ($file) {
     print "USAGE: ./bulkmarcimport.pl filename\n";
     exit;
 }