This commit is contained in:
Jephté Clain 2017-09-28 10:43:04 +04:00
parent b6ff411b8f
commit 5bf55e5999
1 changed files with 1 additions and 1 deletions

2
uwatch
View File

@ -81,7 +81,7 @@ rcount)
duration="${1:-$DEFAULT_DURATION}"
[ -n "$offset" ] && duration=$(($duration - $offset))
end=$(($start + $duration))
TZ= setx until=date -d "@$end" +%H:%M:%S
setx until=date -d "@$end" +%H:%M:%S
;;
esac