ash: fix "(cat < file)" hang introduced by rev 22944.

This commit is contained in:
Denis Vlasenko
2008-08-16 11:48:02 +00:00
parent 8334db13c3
commit 34c73c499b
3 changed files with 20 additions and 11 deletions

View File

@ -0,0 +1,2 @@
Hello
OK

View File

@ -0,0 +1,3 @@
# we had a bug where this would hang
(head -n 1 <redir6.right)
echo OK