diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index b5332d81a..b718903ab 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1167,7 +1167,7 @@ execpline(Estate state, wordcode slcode, int how, int last1) pipe(synch); if ((pid = zfork(&bgtime)) == -1) { - trashzle(); + trashzleptr(); close(synch[0]); close(synch[1]); fprintf(stderr, "zsh: job can't be suspended\n"); |