From: Mark Wooding Date: Tue, 28 Apr 2020 14:12:56 +0000 (+0100) Subject: bin/wakey.sh: Fix idiotic typo that stopped it from working. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/ba14abd8d20c3a836575ff2f42332a69656e7955 bin/wakey.sh: Fix idiotic typo that stopped it from working. --- diff --git a/bin/wakey.sh b/bin/wakey.sh index 9a05258..c11aef5 100644 --- a/bin/wakey.sh +++ b/bin/wakey.sh @@ -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