diff options
Diffstat (limited to 'gdb/cli/cli-script.c')
-rw-r--r-- | gdb/cli/cli-script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index 5916008..503ce31 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1067,6 +1067,7 @@ read_command_lines (char *prompt_arg, int from_tty) while (1) { + dont_repeat (); val = read_next_line (&next); /* Ignore blank lines or comments. */ |