chiark / gitweb /
bin/wakey.sh: Delete bogus space.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 21 Apr 2020 18:10:06 +0000 (19:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 21 Apr 2020 18:10:06 +0000 (19:10 +0100)
bin/wakey.sh

index 5635369389c075ad37125e93dbcc9d387c157793..1a1aab207c4dffbe03fffac03f12d173e92cb629 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