1
0
Fork 0
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:
Peter Stephenson 2016-10-03 13:43:20 +01:00
parent 36a11804b4
commit 4ab3fcc90d
11 changed files with 29 additions and 4 deletions

View file

@ -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;
}
}
{