mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 10:31:16 -03:00
Replace 0/1 with true/false in calls to job_reap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user