diff options
-rw-r--r-- | bin/clock.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/clock.sh b/bin/clock.sh index 0a36087..8b26f9f 100644 --- a/bin/clock.sh +++ b/bin/clock.sh @@ -27,6 +27,7 @@ do # remove leftover holiday marker s/:\(\( \|[0-9]\)[0-9]\)/ \1/g; \ + s/:$//g; \ # remove empty lines /^[ \t]*$/d" @@ -42,6 +43,7 @@ do # remove leftover holiday marker s/:\(\( \|[0-9]\)[0-9]\)/ \1/g; \ + s/:$//g; \ # remove empty lines /^[ \t]*$/d" |