IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2012, 11:22:34 AM (14 years ago)
Author:
bills
Message:

various changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runbgchip.pl

    r33068 r33923  
    9797exit 0 if $pretend;
    9898
    99 exit system $command;
     99my $rc = system $command;
     100my $status = $rc >> 8;
     101if ($rc) {
     102    print "command returned $rc $status\n";
     103}
     104exit $status;
    100105
    101106
Note: See TracChangeset for help on using the changeset viewer.