[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.19,1.2.2.20
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.19,1.2.2.20 |
Date: |
Mon, 24 Jun 2002 06:18:21 -0700 |
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");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.19,1.2.2.20,
Steve Tonnesen <=