Update default.inc

This commit is contained in:
2023-04-30 15:27:50 -05:00
parent bb5a10bd09
commit 90e8e7529c

View File

@@ -159,7 +159,7 @@ SHOW_TIME() {
if [ $hour != 0 ]; then t+=", "; fi
t+="${min} mins"
fi
if [ "${1}" == "s" ]; then
if [ "${2}" == "s" ]; then
if [ $hour != 0 ] || [ $min != 0 ]; then t+=", "; fi
t+="${sec} secs"
fi