commit bash-20121221 snapshot

This commit is contained in:
Chet Ramey
2013-01-03 10:47:42 -05:00
parent 77b3aacbdf
commit 36eb585cfa
51 changed files with 33625 additions and 656 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ getc_with_restart (stream)
{
while (1)
{
CHECK_TERMSIG; /* XXX - QUIT? */
QUIT;
run_pending_traps ();
local_bufused = read (fileno (stream), localbuf, sizeof(localbuf));