IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 4:48:33 PM (20 years ago)
Author:
jhoblitt
Message:

fix calls to system() that expect a true value on success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/phase2.pl

    r9445 r9446  
    106106}
    107107
    108 END { system("sync") or die "failed to execute sync: $!" }
     108END { system("sync") == 0 or die "failed to execute sync: $!" }
    109109
    110110__END__
Note: See TracChangeset for help on using the changeset viewer.