Changeset 26567 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jan 12, 2010, 2:07:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r25555 r26567 53 53 'reduction=s' => \$reduction, # Reduction class 54 54 'run-state=s' => \$run_state, # current state of the run (new, update) 55 'magicked '=> \$magicked, # magicked state of input file55 'magicked=s' => \$magicked, # magicked state of input file 56 56 'deburned=s' => \$deburned, # does deburned image exist? 57 57 'threads=s' => \$threads, # Number of threads to use for ppImage … … 411 411 $command .= " -uri $outputImage"; 412 412 $command .= " -path_base $outroot"; 413 $command .= " -magicked " if $magicked;413 $command .= " -magicked $magicked" if $magicked; 414 414 $command .= " -hostname $host" if defined $host; 415 415 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
