mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Revert "Improved comments"
This reverts commit 1ae0272c4e
.
It was meant for the major branch.
This commit is contained in:
parent
92628a384b
commit
b3f43723dc
1 changed files with 0 additions and 1 deletions
|
@ -1173,7 +1173,6 @@ 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue