From 81945636316f37eb2637531489a18c91a898d97a Mon Sep 17 00:00:00 2001 From: tonnesen Date: Tue, 16 Apr 2002 18:00:39 +0000 Subject: [PATCH] Fixed typo --- acqui.simple/bulkmarcimport.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acqui.simple/bulkmarcimport.pl b/acqui.simple/bulkmarcimport.pl index 25082f44db..ed06c9c107 100755 --- a/acqui.simple/bulkmarcimport.pl +++ b/acqui.simple/bulkmarcimport.pl @@ -11,9 +11,9 @@ -$filename=$ARGV[0]; +$file=$ARGV[0]; -unless ($filename) { +unless ($file) { print "USAGE: ./bulkmarcimport.pl filename\n"; exit; } -- 2.39.5