Changeset 12020 for trunk/ippScripts/scripts/ipp_serial_chip.pl
- Timestamp:
- Feb 23, 2007, 3:02:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_chip.pl
r12013 r12020 33 33 # Look for programs we need 34 34 my $missing_tools; 35 my $chiptool = can_run(' p2tool') or (warn "Can't find p2tool" and $missing_tools = 1);36 my $ phase2 = can_run('phase2.pl') or (warn "Can't find phase2.pl" and $missing_tools = 1);35 my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1); 36 my $chip = can_run('chip_imfile.pl') or (warn "Can't find chip_imfile.pl" and $missing_tools = 1); 37 37 die "Can't find required tools.\n" if $missing_tools; 38 38 … … 54 54 my $uri = $item->{uri}; 55 55 56 my $command = "$ phase2--exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera";56 my $command = "$chip --exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera"; 57 57 $command .= " --no-op" if defined $no_op; 58 58 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
