From: Mark Wooding Date: Tue, 21 Apr 2020 18:10:06 +0000 (+0100) Subject: bin/wakey.sh: Delete bogus space. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d040dbc2afe316e0bd37279d110dd330803e8e08 bin/wakey.sh: Delete bogus space. --- diff --git a/bin/wakey.sh b/bin/wakey.sh index 5635369..1a1aab2 100644 --- a/bin/wakey.sh +++ b/bin/wakey.sh @@ -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