IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2007, 10:16:32 AM (19 years ago)
Author:
eugene
Message:

fixed typo

File:
1 edited

Legend:

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

    r13748 r13751  
    5757    my $relfile = $ipprc->convert_filename_relative( $absfile );
    5858
    59     my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile";
     59    my $command_type = "$ppStats -recipe PPSTATS INJECT $absfile";
     60
    6061    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1);
    6162    die "Unable to perform ppStats: $error_code\n" if not $success;
Note: See TracChangeset for help on using the changeset viewer.