Revert last change, it appears to be broken somehow.

This commit is contained in:
Nicholas Marriott
2010-05-04 08:48:06 +00:00
parent ec1d37b1b2
commit af5e0bd15a
9 changed files with 154 additions and 123 deletions

View File

@ -91,7 +91,7 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
case 0:
/* Child process. */
close(pipe_fd[0]);
clear_signals();
server_signal_clear();
if (dup2(pipe_fd[1], STDIN_FILENO) == -1)
_exit(1);