mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
2007-08-21 Chris Smith <chris.smith@st.com>
* cli/cli-script.c (read_command_lines): Call dont_repeat for each line.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user