Changeset 15481
- Timestamp:
- Nov 6, 2007, 2:45:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_chip.pl
r15480 r15481 13 13 14 14 my ($dbname, # Database name to use 15 $workdir, # Working directory16 15 $no_op, # No operations? 17 16 $no_update, # No updating? … … 19 18 GetOptions( 20 19 'dbname|d=s' => \$dbname, 21 'workdir|w=s' => \$workdir,22 20 'no-op' => \$no_op, 23 21 'no-update' => \$no_update, … … 66 64 my $uri = $item->{uri}; 67 65 my $reduction = $item->{reduction}; 66 my $workdir = $item->{workdir}; 68 67 69 68 my $command = "$chip --chip_id $chip_id --exp_id $exp_id --exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera"; … … 71 70 $command .= " --no-op" if defined $no_op; 72 71 $command .= " --no-update" if defined $no_update; 73 $command .= " --workdir $workdir" if defined $workdir ;72 $command .= " --workdir $workdir" if defined $workdir and $workdir ne "NULL"; 74 73 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 75 74 run( command => $command, verbose => 1 );
Note:
See TracChangeset
for help on using the changeset viewer.
