diff options
| author | Peter Stephenson <pws@zsh.org> | 2016-10-03 13:43:20 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-10-03 13:43:20 +0100 |
| commit | 4ab3fcc90d928d200f9e70c81189079c3316b42d (patch) | |
| tree | 0e0ee027291957ac1f14126c7a4674cfcd19f435 /Src/module.c | |
| parent | 39521: Refactor start of execcmd(). (diff) | |
| download | zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar.gz zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar.bz2 zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar.lz zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar.xz zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.tar.zst zsh-4ab3fcc90d928d200f9e70c81189079c3316b42d.zip | |
39545: Add some missing unqueue_signals().
All of these are added simply to fit existing logic in other branches.
Diffstat (limited to 'Src/module.c')
| -rw-r--r-- | Src/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/module.c b/Src/module.c index 46a7d7746..41f142adb 100644 --- a/Src/module.c +++ b/Src/module.c @@ -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; } |
