Changeset 16975 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Mar 13, 2008, 11:38:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r16764 r16975 159 159 run(command => $command, verbose => 1); 160 160 unless ($success) { 161 die("Unable to perform $command error code: $error_code"); 161 # die("Unable to perform $command error code: $error_code"); 162 if (!open OUT, ">$outdir/parse_error") { 163 die("unable to open parse_error file $outdir/parse_error"); 164 } 165 print OUT "@$stderr_buf"; 166 close(OUT); 162 167 } 163 168 }
Note:
See TracChangeset
for help on using the changeset viewer.
