diff options
-rw-r--r-- | miscutils/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index c30ef4311..7aaa12e2a 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -489,8 +489,8 @@ extern int time_main (int argc, char **argv) | |||
489 | bb_show_usage(); | 489 | bb_show_usage(); |
490 | 490 | ||
491 | run_command (argv, &res); | 491 | run_command (argv, &res); |
492 | summarize (stdout, output_format, argv, &res); | 492 | summarize (stderr, output_format, argv, &res); |
493 | fflush (stdout); | 493 | fflush (stderr); |
494 | 494 | ||
495 | if (WIFSTOPPED (res.waitstatus)) | 495 | if (WIFSTOPPED (res.waitstatus)) |
496 | exit (WSTOPSIG (res.waitstatus)); | 496 | exit (WSTOPSIG (res.waitstatus)); |