Changeset 13937 for trunk/ippScripts/scripts/ipp_serial_chip.pl
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_chip.pl
r12800 r13937 54 54 my $class_id = $item->{class_id}; 55 55 my $uri = $item->{uri}; 56 my $reduction = $item->{reduction}; 56 57 57 58 my $command = "$chip --chip_id $chip_id --exp_id $exp_id --class_id $class_id --uri $uri --dbname $dbname --camera $camera"; 59 $command .= " --reduction $reduction" if defined $reduction; 58 60 $command .= " --no-op" if defined $no_op; 59 61 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
