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}"