Add back line mistakenly removed in 0cf2a9351740
This commit is contained in:
@@ -1201,7 +1201,8 @@ handle_sigchld(int backchannel, struct command_status *cstat)
|
|||||||
pid = tcgetpgrp(io_fds[SFD_SLAVE]);
|
pid = tcgetpgrp(io_fds[SFD_SLAVE]);
|
||||||
} while (pid == -1 && errno == EINTR);
|
} while (pid == -1 && errno == EINTR);
|
||||||
if (pid != mon_pgrp)
|
if (pid != mon_pgrp)
|
||||||
send_status(backchannel, cstat);
|
cmnd_pgrp = pid;
|
||||||
|
send_status(backchannel, cstat);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user