koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha installer.pl,1.2,1.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha installer.pl,1.2,1.3
Date: Mon, 24 Jun 2002 06:19:42 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv25187

Modified Files:
        installer.pl 
Log Message:
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)  :)


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** installer.pl        21 Apr 2002 01:58:26 -0000      1.2
--- installer.pl        24 Jun 2002 13:19:40 -0000      1.3
***************
*** 75,79 ****
  
  print "\n";
! system ("perl updatedatabase -I /pathtoC4 ");
  
  #KOHA conf
--- 75,79 ----
  
  print "\n";
! system ("perl -I /pathtoC4 updatedatabase");
  
  #KOHA conf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]