[Koha-cvs] CVS: koha installer.pl,1.2.2.19,1.2.2.20

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Jun 24 15:18:21 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
Perl 5.005 doesn't like the -I after the script name.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.19
retrieving revision 1.2.2.20
diff -C2 -r1.2.2.19 -r1.2.2.20
*** installer.pl	22 Jun 2002 05:43:53 -0000	1.2.2.19
--- installer.pl	24 Jun 2002 13:18:19 -0000	1.2.2.20
***************
*** 458,462 ****
  system("$mysqldir/bin/mysqladmin -u$mysqluser -p$mysqlpass reload");
  
! system ("perl scripts/updater/updatedatabase -I $kohadir/modules");
  
  
--- 458,462 ----
  system("$mysqldir/bin/mysqladmin -u$mysqluser -p$mysqlpass reload");
  
! system ("perl -I $kohadir/modules scripts/updater/updatedatabase");
  
  





More information about the Koha-cvs mailing list