Pomodoro: set the right $BREAK_TIME

This commit is contained in:
gardouille 2015-10-27 13:27:42 +01:00
parent 12b8e843d2
commit 7995970517
1 changed files with 0 additions and 1 deletions

View File

@ -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