mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
39838: another missing unqueue_signals()
This commit is contained in:
parent
58ce2f119a
commit
d91ffb1db2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-11-05 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 39838: Src/builtin.c: another missing unqueue_signals()
|
||||
|
||||
2016-11-04 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 39829: Src/Zle/compcore.c: when compstate[insert] is emptied
|
||||
|
|
|
@ -4552,6 +4552,7 @@ bin_print(char *name, char **args, Options ops, int func)
|
|||
short *words;
|
||||
if (nwords > 1) {
|
||||
zwarnnam(name, "option -S takes a single argument");
|
||||
unqueue_signals();
|
||||
return 1;
|
||||
}
|
||||
words = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue