Depending on opinion this is either modest bug fix or tiny improvement. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- term-utils/scriptreplay.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c index 992e949..87de3fd 100644 --- a/term-utils/scriptreplay.c +++ b/term-utils/scriptreplay.c @@ -178,5 +178,6 @@ main(int argc, char *argv[]) fclose(sfile); fclose(tfile); + printf("\n"); exit(EXIT_SUCCESS); } -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html