summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkogaionlive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kogaionlive.sh b/kogaionlive.sh
index aa97526..493e8eb 100755
--- a/kogaionlive.sh
+++ b/kogaionlive.sh
@@ -44,7 +44,7 @@ kogaion_locale_switch () {
localectl set-locale LANG=${lang_toset} > /dev/null 2>&1
k_env_update=true
fi
- if [[ "${lang_toset}" != "us" ]] ; then
+ if [[ "${keymap_toset}" != "us" ]] ; then
localectl set-keymap ${keymap_toset} > /dev/null 2>&1
fi
if [ k_env_update ] ; then