delete a trailing space

This commit is contained in:
i-c-u-p 2022-04-25 08:36:07 +00:00 committed by GitHub
parent 91e6010f5c
commit 62e5ba90b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ options=(us by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru
select_option $? 4 "${options[@]}"
keymap=${options[$?]}
echo "Chosen keyboard layout: ${keymap} "
echo "Chosen keyboard layout: ${keymap}"
set_option KEYMAP $keymap
}