bug
This commit is contained in:
parent
b6ff411b8f
commit
5bf55e5999
2
uwatch
2
uwatch
|
@ -81,7 +81,7 @@ rcount)
|
||||||
duration="${1:-$DEFAULT_DURATION}"
|
duration="${1:-$DEFAULT_DURATION}"
|
||||||
[ -n "$offset" ] && duration=$(($duration - $offset))
|
[ -n "$offset" ] && duration=$(($duration - $offset))
|
||||||
end=$(($start + $duration))
|
end=$(($start + $duration))
|
||||||
TZ= setx until=date -d "@$end" +%H:%M:%S
|
setx until=date -d "@$end" +%H:%M:%S
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue