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:
parent
36a11804b4
commit
4ab3fcc90d
11 changed files with 29 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue