[Koha-cvs] CVS: koha/misc Install.pm,1.69,1.69.2.1

MJ Ray slef at users.sourceforge.net
Fri Dec 19 17:38:45 CET 2003


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

Modified Files:
      Tag: rel_2_0
	Install.pm 
Log Message:
fixed to use ne instead of !=  Dumb perl types.

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.69
retrieving revision 1.69.2.1
diff -C2 -r1.69 -r1.69.2.1
*** Install.pm	11 Dec 2003 12:39:05 -0000	1.69
--- Install.pm	19 Dec 2003 16:38:43 -0000	1.69.2.1
***************
*** 846,850 ****
      if (@missing > 0) {
  	my $missing='';
! 	if (POSIX::setlocale(LC_ALL) != "C") {
  		$missing.="   export LC_ALL=C\n";  
  	}
--- 846,850 ----
      if (@missing > 0) {
  	my $missing='';
! 	if (POSIX::setlocale(LC_ALL) ne "C") {
  		$missing.="   export LC_ALL=C\n";  
  	}





More information about the Koha-cvs mailing list