IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 12:29:27 PM (17 years ago)
Author:
bills
Message:

regtool -exportrun doesn't understand -clean

File:
1 edited

Legend:

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

    r24211 r24433  
    113113{
    114114    my $command = "$tool_cmd -exportrun -outfile $dbinfo_file";
    115     $command .= " -clean" if defined $clean;
     115    $command .= " -clean" if ((defined $clean) and ($stage ne "raw"));
    116116    $command .= " -dbname $dbname" if defined $dbname;
    117117
Note: See TracChangeset for help on using the changeset viewer.