Skip to content

Commit e3c8255

Browse files
committed
flush the output, just in case
1 parent e082baf commit e3c8255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/jlibtool.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ static int external_spawn(command_t *cmd, __attribute__((unused)) char const *fi
886886
argument++;
887887
}
888888
puts("");
889+
890+
fflush(stdout);
889891
}
890892

891893
if (cmd->options.dry_run) {

0 commit comments

Comments
 (0)