From ed508a6323cea85727d6dfcca6ac801a60727a39 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Fri, 6 Jun 2014 13:56:51 -0400 Subject: [PATCH] commit bash-20140523 snapshot --- lib/readline/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/readline/input.c b/lib/readline/input.c index 0e5b90e6..59875914 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