commit bash-20150925 snapshot

This commit is contained in:
Chet Ramey
2015-09-28 14:00:21 -04:00
parent dcb2f4489f
commit a59615a1bb
20 changed files with 98 additions and 25 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ make_buffered_stream (fd, buffer, bufsize)
if (bufsize == 1)
bp->b_flag |= B_UNBUFF;
if (O_TEXT && (fcntl (fd, F_GETFL) & O_TEXT) != 0)
bp->b_flag |= O_TEXT;
bp->b_flag |= B_TEXT;
return (bp);
}