From 79959705171e03cf44dbae5e8094e8932e1143af Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 27 Oct 2015 13:27:42 +0100 Subject: [PATCH] Pomodoro: set the right $BREAK_TIME --- pomodoro | 1 - 1 file changed, 1 deletion(-) diff --git a/pomodoro b/pomodoro index e56dd21..75b8f46 100755 --- a/pomodoro +++ b/pomodoro @@ -64,7 +64,6 @@ else BREAK_MSG="Pause" fi -BREAK_TIME=${SHORT_BREAK_TIME} printf '%b' "${BREAK_MSG}\n${BREAK_TIME}" > "${TASK_PATH}" while [ "${BREAK_TIME}" -gt 0 ]; do