Changeset 19224 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Aug 26, 2008, 1:40:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r19220 r19224 261 261 my $command = "$pstamptool -addjob -req_id $req_id -job_type $job_type" 262 262 . " -uri $uri -outputBase $output_base -args '$args' -rownum $rownum" 263 . " -state $state -exp_id $exp_id"; 263 . " -state $state"; 264 $command .= " -exp_id $exp_id" if $exp_id; 264 265 $command .= " -dbname $dbname" if $dbname; 265 266
Note:
See TracChangeset
for help on using the changeset viewer.
