commit bash-20200803 snapshot

This commit is contained in:
Chet Ramey
2020-08-05 11:46:35 -04:00
parent cb7e76d009
commit ce3e1a8c5b
21 changed files with 205 additions and 19 deletions
-1
View File
@@ -591,7 +591,6 @@ readline_internal_charloop (void)
handler. */
if (c == READERR)
{
fprintf(stderr, "rl_read_key returns READERR\r\n");
#if defined (READLINE_CALLBACKS)
RL_SETSTATE(RL_STATE_DONE);
return (rl_done = 1);