From 0d5275c6b94e798e813092f37bd40429bd9b0f8b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 7 Sep 2018 17:49:35 +0100 Subject: 43409: Fix process group setting in main shell. A newly forked subshell now reports back the process group it will be using for the main shell to record. This prevents an error where the shell incorrectly thought an exiting process owned the terminal and so grabbed it back, putting the foreground process into the background. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 604170534..380c4df39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-09-07 Peter Stephenson + + * 43409: Src/exec.c, Src/jobs.c: ensure main shell and newly + started subshell are agreed on which process group the latter + belongs to. + 2018-09-07 Daniel Shahaf * 43404 (after 43392): Doc/Makefile.in: Fix 'make install' -- cgit 1.4.1