diff options
Diffstat (limited to 'core/pause')
-rwxr-xr-x | core/pause | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ [ "$state" != 'running' ] && err "timer is not running" -time="$("$time - $now" | bc)" +time="$(echo "$time - $now" | bc)" state='paused' save_state |