From b1cb688dc727561bbc019ad941a467d815e2c662 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 24 Jun 2002 13:19:40 +0000 Subject: [PATCH] Perl 5.005 doesn't like the -I after the script name. (This doesn't look very functional yet in any case, but thought I'd put it in as a fix) :) --- installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.pl b/installer.pl index 15f9831aa2..7ebf5148cf 100644 --- a/installer.pl +++ b/installer.pl @@ -74,7 +74,7 @@ EOM }; print "\n"; -system ("perl updatedatabase -I /pathtoC4 "); +system ("perl -I /pathtoC4 updatedatabase"); #KOHA conf # FIXME -- 2.39.2