From 8c86d258e87942aeec612ad3b0cb872efc9a0cf9 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 13 Aug 2017 15:26:22 -0700 Subject: [PATCH] Revert "unblock_previous on exec_job finish" This reverts commit 5db8065f151d01e9003c24d5615a083acb6b33f0. It was meant for the major branch. --- src/exec.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/exec.cpp b/src/exec.cpp index 761705b80..258133261 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -1205,11 +1205,6 @@ void exec_job(parser_t &parser, job_t *j) { exec_close(pipe_current_write); pipe_current_write = -1; } - - //unblock the last process because there's no need for it to stay SIGSTOP'd for anything - if (p->is_last_in_job) { - unblock_previous(); - } } // Clean up any file descriptors we left open.