]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20140523 snapshot
authorChet Ramey <chet.ramey@case.edu>
Fri, 6 Jun 2014 17:56:51 +0000 (13:56 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 6 Jun 2014 17:56:51 +0000 (13:56 -0400)
lib/readline/input.c

index 0e5b90e607ec67802127c39103ad605df1e6ba99..5987591456cef3568e0b4b4f7dfbd06a07163d90 100644 (file)
@@ -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