spawn.c: fix up bad merge

This commit is contained in:
Thomas Adam 2020-05-21 09:02:04 +01:00
parent 40126ee96c
commit 2420bd8584

View File

@ -446,7 +446,6 @@ complete:
}
#endif
new_wp->pipe_off = 0;
new_wp->flags &= ~PANE_EXITED;
sigprocmask(SIG_SETMASK, &oldset, NULL);