mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
parent
29429874b3
commit
a811ae25dc
1 changed files with 0 additions and 3 deletions
|
@ -304,9 +304,6 @@ static void handle_child_status(pid_t pid, int status) {
|
|||
for (process_ptr_t &p : j->processes) {
|
||||
if (pid == p->pid) {
|
||||
mark_process_status(p.get(), status);
|
||||
if (p->completed && prev && !prev->completed && prev->pid) {
|
||||
kill(prev->pid, SIGPIPE);
|
||||
}
|
||||
found_proc = p.get();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue