koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.69,1.69.2.1
Date: Fri, 19 Dec 2003 08:38:45 -0800

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";  
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]