From 177256064c5d8eaaa31f3e4a5b152a79cd46389b Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 13 Aug 2017 15:25:45 -0700 Subject: [PATCH] Revert "Removed old/unneeded variants of block_child" This reverts commit 8e63386203dcf6377a9c5a49207249523d66ccd3. It was meant for the major branch. --- src/exec.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/exec.cpp b/src/exec.cpp index 23e604f48..1251e5ed0 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -519,6 +519,8 @@ void exec_job(parser_t &parser, job_t *j) { //set to true if we end up forking for this process bool child_forked = false; bool child_spawned = false; + // bool block_child = !needs_keepalive; + // bool block_child = pipes_to_next_command; bool block_child = true; // The pipes the current process write to and read from. Unfortunately these can't be just