IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9500


Ignore:
Timestamp:
Oct 11, 2006, 4:38:19 PM (20 years ago)
Author:
jhoblitt
Message:

sync END block with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cache/ippScripts/scripts/phase0_imfile.pl

    r9499 r9500  
    9191{
    9292    my $command = "$ppStats $uri -recipe PPSTATS " . RECIPE; # Command to run ppStats
    93 
    9493    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    9594        cache_run(command => $command, verbose => 1);
     
    150149# Pau.
    151150
    152 END { system("sync") == 0 or die "failed to execute sync: $!" }
     151END {
     152    my $exit = $?;
     153    system("sync") == 0 or die "failed to execute sync: $!";
     154    $? = $exit;
     155}
    153156
    154157__END__
Note: See TracChangeset for help on using the changeset viewer.