View | Details | Raw Unified | Return to bug 15189
Collapse All | Expand All

(-)a/tools/batch_record_modification.pl (-2 lines)
Lines 167-173 if ( $op eq 'form' ) { Link Here
167
            exit 0;
167
            exit 0;
168
        } elsif (defined $pid) {
168
        } elsif (defined $pid) {
169
            close STDOUT;
169
            close STDOUT;
170
            close STDERR;
171
        } else {
170
        } else {
172
            warn "fork failed while attempting to run tools/batch_record_modification.pl as a background job";
171
            warn "fork failed while attempting to run tools/batch_record_modification.pl as a background job";
173
            exit 0;
172
            exit 0;
174
- 

Return to bug 15189