Changeset 16358 for trunk/pstamp/scripts/ppstamp_run.pl
- Timestamp:
- Feb 7, 2008, 2:48:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/ppstamp_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/ppstamp_run.pl
r16283 r16358 15 15 my $job_id = $ARGV[0]; 16 16 17 my $verbosity = 1;17 my $verbosity = 0; 18 18 19 19 use Sys::Hostname; … … 125 125 126 126 127 exit $jobStatus; 127 if ($jobStatus eq "ok") { 128 exit 0; 129 } else { 130 exit $jobStatus; 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
