From 9e66815ef7003d653c681d2b7cf369bd2426f8bc Mon Sep 17 00:00:00 2001 From: aaron-gh Date: Wed, 30 Nov 2022 14:52:21 +0000 Subject: [PATCH] Update i38.sh --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 33cc15c..95f3b5f 100755 --- a/i38.sh +++ b/i38.sh @@ -146,7 +146,7 @@ done # Configuration questions #Prevent setting ratpoison mode key to the same as default mode key -while [ "$escapeKey == "$mod" ] +while [ "$escapeKey" == "$mod" ] do escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z Control+Escape Alt+Escape Control+Space Super)" escapeKey="${escapeKey//Alt/Mod1}"