IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 4:58:17 PM (18 years ago)
Author:
Paul Price
Message:

Don't pass workdir to camera script.

File:
1 edited

Legend:

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

    r16752 r17223  
    6868    $command .= " --no-op" if defined $no_op;
    6969    $command .= " --no-update" if defined $no_update;
    70     $command .= " --workdir $workdir" if defined $workdir;
    7170    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7271        run( command => $command, verbose => 1 );
Note: See TracChangeset for help on using the changeset viewer.