Changeset 26204 for trunk/pstamp/scripts/pstamp_job_run.pl
- Timestamp:
- Nov 19, 2009, 5:32:10 PM (17 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
r26151 r26204 153 153 $command .= " --dbname $dbname" if $dbname; 154 154 $command .= " --dbserver $dbserver" if $dbserver; 155 $command .= " --verbose $verbose" if $verbose; 155 156 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 156 157 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
