mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
46060: Fix spurious actions on exit status 130 or 131.
Ensure process has taken a signal before looking for SIGINT or SIGQUIT.
This commit is contained in:
parent
1939db10af
commit
baf4fa3621
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-06-18 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 46060: Src/jobs.c: Ensure process has been signalled before
|
||||
taking special action for SIGINT or SIGQUIT.
|
||||
|
||||
2020-06-17 Eric Cook <llua@gmx.com>
|
||||
|
||||
* 45982: Frederick Zhang: Completion/Unix/Command/_zfs:
|
||||
|
|
11
Src/jobs.c
11
Src/jobs.c
|
@ -442,7 +442,7 @@ update_job(Job jn)
|
|||