1
0
Fork 0
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:
Clint Adams 2002-06-06 05:47:35 +00:00
parent 956eebdf62
commit c2c3e7e886
2 changed files with 5 additions and 1 deletions

View file

@ -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