[Koha-cvs] koha/installer install.pl [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Feb 16 11:25:03 CET 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	07/02/16 10:25:03

Modified files:
	installer      : install.pl 

Log message:
	Bug Fixing : an unfortunate cut/paste.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/installer/install.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: install.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer/Attic/install.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- install.pl	9 Feb 2007 21:10:49 -0000	1.1.2.2
+++ install.pl	16 Feb 2007 10:25:03 -0000	1.1.2.3
@@ -54,7 +54,7 @@
   }
   unless (-x "/usr/bin/perl") {
     my $realperl=`which perl`;
-    $mysql=`find / -name perl` unless ($realperl);
+    $realperl=`find / -name perl` unless ($realperl);
     chomp $realperl;
     $template->param("problems"=>1,'perllocation'=>1) unless ($realperl);
     $problem=1 unless($realperl);





More information about the Koha-cvs mailing list