mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/9336
This commit is contained in:
parent
4f2474fbf4
commit
072ee04d3d
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ dotrapargs(int sig, int *sigtr, void *sigfn)
|
|||
freelinklist(args, (FreeFunc) NULL);
|
||||
zsfree(name);
|
||||
} else HEAPALLOC {
|
||||
execlist(sigfn, 1, 0);
|
||||
execode(sigfn, 1, 0);
|
||||
} LASTALLOC;
|
||||
if (trapreturn > 0)
|
||||
trapret = trapreturn;
|
||||
|
|
Loading…
Reference in a new issue