mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
17297: 17265 continued.
This commit is contained in:
parent
956eebdf62
commit
c2c3e7e886
2 changed files with 5 additions and 1 deletions
|
@ -294,7 +294,7 @@ newptycmd(char *nam, char *pname, char **args, int echo, int nblock)
|
|||
/* This code copied from the clone module, except for getting *
|
||||
* the descriptor from get_pty() and duplicating it to 0/1/2. */
|
||||
|
||||
clearjobtab();
|
||||
clearjobtab(0);
|
||||
ppid = getppid();
|
||||
mypid = getpid();
|
||||
#ifdef HAVE_SETSID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue