Changeset 18498
- Timestamp:
- Jul 13, 2008, 2:51:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ippScripts/scripts/camera_exp.pl
r18473 r18498 324 324 carp($msg); 325 325 if (defined $cam_id and not $no_update) { 326 my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -code $exit_code"; 326 my $command = "$camtool -addprocessedexp"; 327 $command .= " -cam_id $cam_id"; 328 $command .= " -uri UNKNOWN"; 329 $command .= " -code $exit_code"; 330 $command .= " -path_base $outroot"; 327 331 $command .= " -hostname $host" if defined $host; 328 332 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
