Changeset 37077 for trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
- Timestamp:
- Jul 17, 2014, 2:26:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
r36839 r37077 45 45 defined $dbname; 46 46 47 # unless (defined $camera) { 48 # $camera = "GPC1"; 49 # } 47 # XXX watch out for TC3 and GPC2 here: 48 unless (defined $camera) { 49 if ($this_uri =~ /ota/) { 50 $camera = "GPC1"; 51 } 52 } 50 53 51 54 my $missing_tools;
Note:
See TracChangeset
for help on using the changeset viewer.
