summaryrefslogtreecommitdiff
path: root/Src/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 437a45c37..8edbf1dc9 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -1376,7 +1376,7 @@ execpline(Estate state, wordcode slcode, int how, int last1)
pipe(synch);
if ((pid = zfork(&bgtime)) == -1) {
- trashzleptr();
+ zleentry(ZLE_CMD_TRASH);
close(synch[0]);
close(synch[1]);
fprintf(stderr, "zsh: job can't be suspended\n");