]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
OOps
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Jun 2018 00:16:24 +0000 (21:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 22 Jun 2018 00:16:24 +0000 (21:16 -0300)
xalarm

diff --git a/xalarm b/xalarm
index 87b02376fa62cc603e488510b189c6c46e3345cf..157aca10fceed5f0515fc1b1adf7c546de0a69ef 100755 (executable)
--- 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