commit bash-20210122 snapshot

This commit is contained in:
Chet Ramey
2021-01-27 11:49:50 -05:00
parent 38881450ed
commit 4be5608573
7 changed files with 124 additions and 40 deletions
+2 -1
View File
@@ -278,7 +278,8 @@ rl_callback_read_char (void)
rl_clear_signals ();
#endif
in_handler = 0;
(*rl_linefunc) (line);
if (rl_linefunc) /* just in case */
(*rl_linefunc) (line);
/* If the user did not clear out the line, do it for him. */
if (rl_line_buffer[0])