Changeset 29380
- Timestamp:
- Oct 12, 2010, 2:28:24 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
r28927 r29380 118 118 $command .= " -dbname $dbname" if $dbname; 119 119 $command .= " -dbserver $dbserver" if $dbserver; 120 $command .= " -stage $params->{stage}" if $params->{stage}; 120 121 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 121 122 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
