1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +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

@ -2242,6 +2242,7 @@ load_module(char const *name, Feature_enables enablesarr, int silent)
return 0;
}
if (m->node.flags & MOD_BUSY) {
unqueue_signals();
zerr("circular dependencies for module ;%s", name);
return 1;
}