Changeset 27751 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Apr 23, 2010, 11:33:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r26151 r27751 28 28 my $redirect_output; 29 29 my $product; 30 my $label; 30 31 my $verbose; 31 32 my $dbname; … … 36 37 'uri=s' => \$uri, 37 38 'product=s' => \$product, 39 'label=s' => \$label, 38 40 'redirect-output' => \$redirect_output, 39 41 'verbose' => \$verbose, … … 146 148 if ($request_type eq "PS1_PS_REQUEST") { 147 149 $reqType = 'pstamp'; 148 $parse_cmd = $pstampparse; 150 $parse_cmd = "$pstampparse"; 151 $parse_cmd .= " --label $label" if $label; 149 152 } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") { 150 153 $reqType = 'dquery';
Note:
See TracChangeset
for help on using the changeset viewer.
