[Koha-cvs] CVS: koha/misc Install.pm,1.8,1.9

Andrew Arensburger arensb at users.sourceforge.net
Wed Jan 22 04:45:30 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11232

Modified Files:
	Install.pm 
Log Message:
Removed two "my" declarations that were masking previous variable
declarations, to make 'perl -w' happy.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Install.pm	20 Jan 2003 13:25:29 -0000	1.8
--- Install.pm	22 Jan 2003 03:45:27 -0000	1.9
***************
*** 1283,1287 ****
  	}
  
! 	my $result=system ("perl -I $::intranetdir/modules scripts/marc/updatedb2marc.pl");
  	if ($result) {
  		print "Problem updating database to MARC...\n";
--- 1283,1287 ----
  	}
  
! 	$result = system ("perl -I $::intranetdir/modules scripts/marc/updatedb2marc.pl");
  	if ($result) {
  		print "Problem updating database to MARC...\n";





More information about the Koha-cvs mailing list