From d91ffb1db2784c3ff17d93db8d1fe38816fc5129 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 5 Nov 2016 13:49:07 -0700 Subject: 39838: another missing unqueue_signals() --- ChangeLog | 4 ++++ Src/builtin.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8f2c0b1d..bcea79190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-05 Barton E. Schaefer + + * 39838: Src/builtin.c: another missing unqueue_signals() + 2016-11-04 Oliver Kiddle * 39829: Src/Zle/compcore.c: when compstate[insert] is emptied diff --git a/Src/builtin.c b/Src/builtin.c index b7b7bdf18..6c9d05872 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -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; -- cgit 1.4.1