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

@@ -2026,7 +2026,7 @@ void reader_run_command(parser_t &parser, const wcstring &cmd) {
gettimeofday(&time_before, NULL);
parser.eval(cmd, io_chain_t(), TOP);
job_reap(1);
job_reap(true);
gettimeofday(&time_after, NULL);