1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

39838: another missing unqueue_signals()

This commit is contained in:
Barton E. Schaefer 2016-11-05 13:49:07 -07:00
parent 58ce2f119a
commit d91ffb1db2
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

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