Changeset 26212
- Timestamp:
- Nov 20, 2009, 11:37:20 AM (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
r26204 r26212 153 153 $command .= " --dbname $dbname" if $dbname; 154 154 $command .= " --dbserver $dbserver" if $dbserver; 155 $command .= " --verbose $verbose" if $verbose;155 $command .= " --verbose" if $verbose; 156 156 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 157 157 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
