commit bash-20121012 snapshot

This commit is contained in:
Chet Ramey
2012-11-02 09:04:50 -04:00
parent 1562376007
commit 55a5a4acde
30 changed files with 23793 additions and 20 deletions
+3 -1
View File
@@ -83,7 +83,9 @@ getc_with_restart (stream)
{
while (1)
{
CHECK_TERMSIG;
CHECK_TERMSIG; /* XXX - QUIT? */
run_pending_traps ();
local_bufused = read (fileno (stream), localbuf, sizeof(localbuf));
if (local_bufused > 0)
break;