Bug 15189: Do not close STDERR when running in background mode
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2015 16:22:03 +0000 (16:22 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Nov 2015 12:50:00 +0000 (09:50 -0300)
commit7be97133eeb350fa65fea667a149d000bf348ecc
tree30b7af782ad05072485dd8641e9ed23484754865
parentdefcfd050ebb0a4b6734274f7710f23944abf852
Bug 15189: Do not close STDERR when running in background mode

The batch records modification tool close STDERR, it's useless and hide
warnings/errors.

Like the other processes using the BackgroundJob module, this one should
let it open.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
tools/batch_record_modification.pl