diff --git a/src/parse.c b/src/parse.c index 5684b5b..02a0a57 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1063,7 +1063,6 @@ realloc: goto out; } - exec->tty = 1; exec->ptyfd = -1; exec->stdinfd = -1; exec->stdoutfd = -1;