diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-12 10:06:59 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-12 10:06:59 +0000 |
| commit | 09960dc5b966fb1a1c20a0af654165e5981a999b (patch) | |
| tree | 35ab00d38eb789f60081d8dac148d64ea9f04624 /Src/signals.c | |
| parent | c.f. 27950: strip bogus whitespace from tests (diff) | |
| download | zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar.gz zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar.bz2 zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar.lz zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar.xz zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.tar.zst zsh-09960dc5b966fb1a1c20a0af654165e5981a999b.zip | |
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Diffstat (limited to 'Src/signals.c')
| -rw-r--r-- | Src/signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/signals.c b/Src/signals.c index f67a3e8ca..74aeadde7 100644 --- a/Src/signals.c +++ b/Src/signals.c @@ -1198,7 +1198,7 @@ dotrapargs(int sig, int *sigtr, void *sigfn) trap_state = TRAP_STATE_PRIMED; trapisfunc = isfunc = 0; - execode((Eprog)sigfn, 1, 0); + execode((Eprog)sigfn, 1, 0, "trap"); } runhookdef(AFTERTRAPHOOK, NULL); |
