mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 00:01:16 -03:00
Replace 0/1 with true/false in calls to job_reap
This commit is contained in:
@@ -1251,7 +1251,7 @@ parse_execution_result_t parse_execution_context_t::run_1_job(tnode_t<g::job> jo
|
||||
profile_item->skipped = !populated_job;
|
||||
}
|
||||
|
||||
job_reap(0); // clean up jobs
|
||||
job_reap(false); // clean up jobs
|
||||
return parse_execution_success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user