fix time_binary printing "\n" and killing other output

This commit is contained in:
Lukas Stabe 2013-02-16 01:40:56 +01:00
commit 1a23a7325c

View file

@ -76,7 +76,7 @@ EOT
suppress_seconds=n suppress_seconds=n
clock_type=binary clock_type=binary
format=std format=std
ending="\n" ending=""
uppercase=n uppercase=n
leading_zeros=n leading_zeros=n
@ -169,5 +169,6 @@ else
display_time="${hh}${sep}${hm}${hs}${ending}" display_time="${hh}${sep}${hm}${hs}${ending}"
fi fi
color k w
printf "%s" "$display_time" printf "%s" "$display_time"
exit 0 color --