aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-21 21:16:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-21 21:16:24 -0300
commit633f990b5a245fc2827cbb845fd8efec4235981e (patch)
tree05d5541394cf29c90daa39875172a18ae580cc42
parentc7d8b082cc33d574b2c8f4e6be10673017c44e38 (diff)
downloadutils-x11-633f990b5a245fc2827cbb845fd8efec4235981e.tar.gz
utils-x11-633f990b5a245fc2827cbb845fd8efec4235981e.tar.bz2
OOps
-rwxr-xr-xxalarm2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalarm b/xalarm
index 87b0237..157aca1 100755
--- a/xalarm
+++ b/xalarm
@@ -151,7 +151,7 @@ elif [ "$1" == "cancel" ] || [ "$1" == "kill" ]; then
xalarm_cancel $2
elif [ "$1" == "pause" ]; then
xalarm_pause $2
-elif [ "$1" == "resume" ] && [ "$1" == "continue" ]; then
+elif [ "$1" == "resume" ] || [ "$1" == "continue" ]; then
xalarm_resume $2
elif [ "$1" == "reset" ]; then
xalarm_reset $2