This reverts commit d66fdfda71e4a30c1ca0ddb7b1a048bef30fe79e. --- tc/tc.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tc/tc.c b/tc/tc.c index 1f23971ae4b9..c115155b2234 100644 --- a/tc/tc.c +++ b/tc/tc.c @@ -405,7 +405,6 @@ static int batch(const char *name) err = do_cmd(largc, largv, tail == NULL ? NULL : tail->buf, tail == NULL ? 0 : sizeof(tail->buf)); - fflush(stdout); if (err != 0) { fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno - 1); -- 2.20.1