IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26212


Ignore:
Timestamp:
Nov 20, 2009, 11:37:20 AM (16 years ago)
Author:
bills
Message:

fix error passing --verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r26204 r26212  
    153153    $command .= " --dbname $dbname" if $dbname;
    154154    $command .= " --dbserver $dbserver" if $dbserver;
    155     $command .= " --verbose $verbose" if $verbose;
     155    $command .= " --verbose" if $verbose;
    156156    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    157157        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.