Changeset 18587 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Jul 16, 2008, 3:27:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r18541 r18587 88 88 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 89 89 run(command => $command, verbose => $verbose); 90 unless ($success) { 91 print STDERR @$stderr_buf; 92 } 90 # fields doesn't return zero when it succeeds 91 #unless ($success) { 92 # print STDERR @$stderr_buf; 93 #} 93 94 $fields_output = join "", @$stdout_buf; 94 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
