Changeset 29885 for trunk/pstamp/scripts
- Timestamp:
- Nov 30, 2010, 3:29:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r29380 r29885 119 119 $command .= " -dbserver $dbserver" if $dbserver; 120 120 $command .= " -stage $params->{stage}" if $params->{stage}; 121 $command .= " -no_censor_masked" unless $nan_masked; 121 122 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 122 123 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
