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)
committerFrédéric Demians <f.demians@tamil.fr>
Sun, 29 Nov 2015 21:11:20 +0000 (22:11 +0100)
commite607a03190bc07c470c43b1945a4b448df2d5fcb
tree02b4d84dc53bf26d4108422c3ad746ef1a5ef96d
parentc430cf453f61088999dff47ec63e6a9dfee1c500
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>
(cherry picked from commit 7be97133eeb350fa65fea667a149d000bf348ecc)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
tools/batch_record_modification.pl