1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

Tweak interactiveness of cloned shell.

This commit is contained in:
Bart Schaefer 2000-11-06 06:41:59 +00:00
parent 49fc6b036c
commit 12ca8495d4

View file

@ -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);
}