remove quotes around keyboard string

This commit is contained in:
Rasmus Steinke 2016-08-30 23:25:24 +02:00
parent 8945b01f87
commit e39d291370

View File

@ -533,7 +533,7 @@ if [[ ! -d "$HOME/.cache/rofi-pass" ]]; then
fi fi
if [[ -n $keyboard ]]; then if [[ -n $keyboard ]]; then
setxkbmap "${keyboard}" setxkbmap ${keyboard}
fi fi
# set help color # set help color