commit bash-20070913 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:12:38 -05:00
parent 0684f2769b
commit 53ac45a3eb
27 changed files with 1097 additions and 281 deletions
+1
View File
@@ -3575,6 +3575,7 @@ execute_builtin_or_function (words, builtin, var, redirects,
/* We do this before undoing the effects of any redirections. */
fflush (stdout);
fpurge (stdout);
if (ferror (stdout))
clearerr (stdout);