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

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Jun 24 15:19:42 CEST 2002


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





More information about the Koha-cvs mailing list