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