mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b5dabd9078
commit
450a367a11
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ 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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue