IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2008, 11:00:34 AM (18 years ago)
Author:
Paul Price
Message:

should be eq (bug 1038).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r16374 r16548  
    411411    if ($sys eq "Darwin") {
    412412        $mach = `uname -m`; chomp $mach;
    413         if ($mach == "i386") {
     413        if ($mach eq "i386") {
    414414            $arch="darwin_x86";
    415415        } else {
Note: See TracChangeset for help on using the changeset viewer.