Apparently some users of 'mount' do not cope with any output being
generated from the spawned translator.
* utils/mount.c (do_mount): Start translators with stderr closed.
---
utils/mount.c | 33 ++---
1 file changed, 30 insertions(+), 3 deletions(-)
diff --git a/util
Hello,
Justus Winter, on Mon 22 Feb 2016 19:22:14 +0100, wrote:
> Apparently some users of 'mount' do not cope with any output being
> generated from the spawned translator.
>
> * utils/mount.c (do_mount): Start translators with stderr closed.
Yep, that fixes the issue, thanks!
> ---
> utils/m