From e0d063a2ade821baf570eb300d4be93692b494f8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 3 Aug 2019 19:48:18 +0100 Subject: 44635: Don't apply STAT_NOPRINT to backgrounded jobs --- Src/exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/exec.c b/Src/exec.c index 2acb2c0bc..e81053d67 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1690,7 +1690,8 @@ execpline(Estate state, wordcode slcode, int how, int last1) lastwj = thisjob = newjob; - if (list_pipe || (pline_level && !(how & Z_TIMED))) + if (list_pipe || (pline_level && !(how & Z_TIMED) && + !(jn->stat & STAT_NOSTTY))) jn->stat |= STAT_NOPRINT; if (nowait) { -- cgit 1.4.1