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/phase3.pl

    r9445 r9446  
    151151}
    152152
    153 END { system("sync") or die "failed to execute sync: $!" }
     153END { system("sync") == 0 or die "failed to execute sync: $!" }
    154154
    155155__END__
Note: See TracChangeset for help on using the changeset viewer.