Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-13 01:49:06 +02:00
parent b5dabd9078
commit 450a367a11

View File

@ -7,7 +7,7 @@ func()
pipe_to_func() pipe_to_func()
{ {
# We had a NOMMU bug which caused "echo Ok |" part ot be lost # We had a NOMMU bug which caused "echo Ok |" part to be lost
echo Ok | func echo Ok | func
} }