Improved comments

This commit is contained in:
Mahmoud Al-Qudsi 2017-07-27 17:21:49 -05:00 committed by Kurtis Rader
parent 30aa8b3663
commit 1ae0272c4e

View File

@ -1173,6 +1173,7 @@ void exec_job(parser_t &parser, job_t *j) {
if (!pgrp_set) {
set_child_group(j, p->pid);
//only once per job, and only once we've executed an external command for real
//we can't rely on p->is_first_in_job because a builtin may have been the first
pgrp_set = true;
}
}