Changeset 24433 for trunk/ippScripts/scripts/dist_advancerun.pl
- Timestamp:
- Jun 16, 2009, 12:29:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_advancerun.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_advancerun.pl
r24211 r24433 113 113 { 114 114 my $command = "$tool_cmd -exportrun -outfile $dbinfo_file"; 115 $command .= " -clean" if defined $clean;115 $command .= " -clean" if ((defined $clean) and ($stage ne "raw")); 116 116 $command .= " -dbname $dbname" if defined $dbname; 117 117
Note:
See TracChangeset
for help on using the changeset viewer.
