chiark / gitweb /
bin/wakey.sh: Fix idiotic typo that stopped it from working.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 28 Apr 2020 14:12:56 +0000 (15:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 28 Apr 2020 14:14:45 +0000 (15:14 +0100)
bin/wakey.sh

index 9a052580a9e8f34342426933ca6112900deebee9..c11aef5659e522d430de2d058cf8a74d19ca9c40 100644 (file)
@@ -60,7 +60,7 @@ __wakey_precmd () {
   esac
 }
 
-case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${mdw__preexec_hook+t} in
+case ${DISPLAY+t},${WINDOWID+t},${__mdw_precmd_hook+t},${__mdw_preexec_hook+t} in
   t,t,t,t)
     if __mdw_programp notify-send; then
       __mdw_addhook __mdw_preexec_hook __wakey_preexec