bin/wakey.sh: Delete bogus space.
[profile] / bin / wakey.sh
index 5635369..1a1aab2 100644 (file)
@@ -62,7 +62,7 @@ __wakey_precmd () {
 
 case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${mdw__preexec_hook+t} in
   t,t,t,t)
-    if __mdw_programp notify-send ; then
+    if __mdw_programp notify-send; then
       __mdw_addhook __mdw_preexec_hook __wakey_preexec
       __mdw_addhook __mdw_precmd_hook __wakey_precmd
     fi