IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10602


Ignore:
Timestamp:
Dec 9, 2006, 1:52:02 PM (20 years ago)
Author:
Paul Price
Message:

Correcting compilation errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataChallenge/inject_essence.pl

    r10601 r10602  
    4444        my ( $success_exp, $error_code_exp, $full_buf_exp, $stdout_buf_exp, $stderr_buf_exp ) =
    4545            run( command => $command_exp, verbose => 1 );
    46         die "Unable to inject $exp: $error_code\n" if not $success_exp;
     46        die "Unable to inject $exp: $error_code_exp\n" if not $success_exp;
    4747       
    4848        my @line = split(/\s+/, $$stdout_buf_exp[0]); # The output line, containing the exposure tag
     
    5353        my ( $success_imfile, $error_code_imfile, $full_buf_imfile,
    5454             $stdout_buf_imfile, $stderr_buf_imfile ) = run( command => $command_imfile, verbose => 1 );
    55         die "Unable to inject $exp imfile: $error_code\n" if not $success;
     55        die "Unable to inject $exp imfile: $error_code_imfile\n" if not $success_imfile;
    5656    }
    5757
Note: See TracChangeset for help on using the changeset viewer.