mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
17931: Philippe: restore blocking of SIGTERM in interactive shell
This commit is contained in:
parent
f598130ee8
commit
054038d8dd
2 changed files with 6 additions and 0 deletions
|
|
@ -904,6 +904,7 @@ init_signals(void)
|
|||
#endif
|
||||
if (interact) {
|
||||
install_handler(SIGALRM);
|
||||
signal_ignore(SIGTERM);
|
||||
}
|
||||
if (jobbing) {
|
||||
signal_ignore(SIGTTOU);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue