@@ -, +, @@ mode --- tools/batch_record_modification.pl | 1 - 1 file changed, 1 deletion(-) --- a/tools/batch_record_modification.pl +++ a/tools/batch_record_modification.pl @@ -167,7 +167,6 @@ if ( $op eq 'form' ) { exit 0; } elsif (defined $pid) { close STDOUT; - close STDERR; } else { warn "fork failed while attempting to run tools/batch_record_modification.pl as a background job"; exit 0; --