diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index decca095f..69039969b 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -141,7 +141,7 @@ int echo_main(int argc UNUSED_PARAM, char **argv) | |||
141 | bb_putchar('\n'); | 141 | bb_putchar('\n'); |
142 | } | 142 | } |
143 | ret: | 143 | ret: |
144 | return fflush(stdout); | 144 | return fflush_all(); |
145 | } | 145 | } |
146 | 146 | ||
147 | /*- | 147 | /*- |