From bbaf032c9b21cf03e1a1c04e15eb7153f8c7b8e9 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Thu, 6 Dec 2012 18:56:50 -0600 Subject: [PATCH] sh/stopwatch: extra period --- lib/sh/stopwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sh/stopwatch.sh b/lib/sh/stopwatch.sh index 2386ea0..36545c9 100644 --- a/lib/sh/stopwatch.sh +++ b/lib/sh/stopwatch.sh @@ -70,7 +70,7 @@ then # start the stopwatch accum="$(kvs_get stopwatch "${name}_accumulator")" kvs_set stopwatch "${name}" "${nao}" - [ "${accum}" ] && restart="$(printf " at %s." "$(_stopwatch_timefmt "${accum}")")" + [ "${accum}" ] && restart="$(printf " at %s" "$(_stopwatch_timefmt "${accum}")")" printf "Stopwatch: %s starts running%s.\n" "${name}" "${restart}" fi } -- 2.42.0