Replace 0/1 with true/false in calls to job_reap

This commit is contained in:
Mahmoud Al-Qudsi
2018-11-18 17:37:54 -06:00
parent d0085cae3c
commit 3d557518d5
5 changed files with 8 additions and 8 deletions

View File

@@ -326,7 +326,7 @@ void internal_exec_helper(parser_t &parser, parsed_source_ref_t parsed_source, t
morphed_chain.clear();
io_cleanup_fds(opened_fds);
job_reap(0);
job_reap(false);
}
// Returns whether we can use posix spawn for a given process in a given job. Per