Changeset 27449 for trunk/ippScripts/scripts/dist_component.pl
- Timestamp:
- Mar 26, 2010, 10:15:03 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r26049 r27449 38 38 39 39 # Parse the command-line arguments 40 my ($dist_id, $camera, $stage, $stage_id, $component, $path_base, $chip_path_base, $clean );40 my ($dist_id, $camera, $stage, $stage_id, $component, $path_base, $chip_path_base, $clean, $alt_path_base); 41 41 my ($outdir, $run_state, $data_state, $magicked, $no_magic, $poor_quality); 42 42 my ($dbname, $save_temps, $verbose, $no_update, $logfile); … … 55 55 'no_magic' => \$no_magic, # magic is not required for this distribution run 56 56 'magicked' => \$magicked, # magicked state for this component 57 'alt_path_base=s'=> \$alt_path_base, # path to alternate inputs 57 58 'outdir=s' => \$outdir, # "directory" for outputs 58 59 'clean' => \$clean, # create clean distribution … … 97 98 $command .= " --no_magic" if defined $no_magic; 98 99 $command .= " --magicked" if defined $magicked; 100 $command .= " --alt_path_base $alt_path_base" if defined $alt_path_base; 99 101 $command .= " --clean" if defined $clean; 100 102 $command .= " --save-temps" if defined $save_temps;
Note:
See TracChangeset
for help on using the changeset viewer.
