Changeset 29419 for trunk/tools/runcameraexp.pl
- Timestamp:
- Oct 14, 2010, 2:25:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/runcameraexp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runcameraexp.pl
r29176 r29419 15 15 16 16 my $dbname = "gpc1"; 17 my ($cam_id, $update, $redirect, $ pretend, $no_verbose);17 my ($cam_id, $update, $redirect, $save_temps, $pretend, $no_verbose); 18 18 19 19 GetOptions( … … 21 21 'pretend' => \$pretend, 22 22 'redirect-output' => \$redirect, 23 'save-temps' => \$save_temps, 23 24 'update' => \$update, 24 25 'dbname=s' => \$dbname, … … 67 68 $command .= " --dvodb $dvodb" if $dvodb and ($dvodb ne "NULL"); 68 69 $command .= " --redirect-output" if $redirect or $update; 70 $command .= " --save-temps" if $save_temps; 69 71 $command .= " --no-update" unless $update; 70 72 $command .= " --verbose" unless $no_verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
