diff --git a/src/parse.c b/src/parse.c index 32fee32..a7513f6 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1029,6 +1029,7 @@ realloc: goto out; } + exec->tty = 1; exec->ptyfd = -1; exec->stdinfd = -1; exec->stdoutfd = -1;