From 12ca8495d4754d4c57edc5214d3013fad86e6886 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 6 Nov 2000 06:41:59 +0000 Subject: Tweak interactiveness of cloned shell. --- Src/Modules/zpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/zpty.c') diff --git a/Src/Modules/zpty.c b/Src/Modules/zpty.c index 30a36b194..2408be797 100644 --- a/Src/Modules/zpty.c +++ b/Src/Modules/zpty.c @@ -357,8 +357,8 @@ newptycmd(char *nam, char *pname, char **args, int echo, int nblock) init_io(); setsparam("TTY", ztrdup(ttystrname)); - execode(prog, 1, 0); opts[INTERACTIVE] = 0; + execode(prog, 1, 0); stopmsg = 2; zexit(lastval, 0); } -- cgit 1.4.1