From: Chet Ramey Date: Fri, 6 Jun 2014 17:56:51 +0000 (-0400) Subject: commit bash-20140523 snapshot X-Git-Tag: bash-4.4-alpha~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed508a6323cea85727d6dfcca6ac801a60727a39;p=thirdparty%2Fbash.git commit bash-20140523 snapshot --- diff --git a/lib/readline/input.c b/lib/readline/input.c index 0e5b90e60..598759145 100644 --- a/lib/readline/input.c +++ b/lib/readline/input.c @@ -525,7 +525,7 @@ rl_getc (stream) #undef X_EWOULDBLOCK #undef X_EAGAIN -/* fprintf(stderr, "rl_getc: result = %d errno = %d\n", result, errno); */ +fprintf(stderr, "rl_getc: result = %d errno = %d\n", result, errno); /* If the error that we received was EINTR, then try again, this is simply an interrupted system call to read (). We allow