diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-03-10 17:42:55 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-03-10 17:42:55 +0000 |
| commit | 31fde973577d0e09caccf0d762135bfa6b14f1f3 (patch) | |
| tree | 5120bd15dae938b3b4a31ae46485425e4013ae8d /usr.bin/script/script.c | |
| parent | b163dcab27862f90e0108a73185945456cafd2f3 (diff) | |
Diffstat (limited to 'usr.bin/script/script.c')
| -rw-r--r-- | usr.bin/script/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index e469b13fc65b..430f48ad63df 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -91,7 +91,7 @@ static struct termios tt; #ifndef TSTAMP_FMT /* useful for tool and human reading */ -# define TSTAMP_FMT "%n@ %s [%Y-%m-%d %T] " +# define TSTAMP_FMT "%n@ %s [%Y-%m-%d %T]%n" #endif static const char *tstamp_fmt = TSTAMP_FMT; static int tflg; |
