mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
39545: Add some missing unqueue_signals().
All of these are added simply to fit existing logic in other branches.
This commit is contained in:
parent
36a11804b4
commit
4ab3fcc90d
11 changed files with 29 additions and 4 deletions
|
|
@ -1442,8 +1442,10 @@ sourcehome(char *s)
|
|||
queue_signals();
|
||||
if (EMULATION(EMULATE_SH|EMULATE_KSH) || !(h = getsparam_u("ZDOTDIR"))) {
|
||||
h = home;
|
||||
if (!h)
|
||||
if (!h) {
|
||||
unqueue_signals();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue