IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16129


Ignore:
Timestamp:
Jan 17, 2008, 4:43:47 PM (18 years ago)
Author:
eugene
Message:

return correct exit status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r16092 r16129  
    174174    print "\n";
    175175    print "you may install them in your local path by re-running pschecklibs with -build\n";
    176 } else {
    177     print "no C libraries are missing from your system\n";
    178 }
     176    exit 1;
     177}
     178
     179print "no C libraries are missing from your system\n";
    179180exit 0;
    180181
Note: See TracChangeset for help on using the changeset viewer.