summaryrefslogtreecommitdiffstats
path: root/install/keymap
diff options
context:
space:
mode:
Diffstat (limited to 'install/keymap')
-rw-r--r--install/keymap2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/keymap b/install/keymap
index 800ab47..0518802 100644
--- a/install/keymap
+++ b/install/keymap
@@ -14,7 +14,7 @@ install ()
grep "KEYMAP=" /etc/rc.conf >> ${KEYMAP_FILE}
grep "CONSOLEFONT=" /etc/rc.conf >> ${KEYMAP_FILE}
grep "CONSOLEMAP=" /etc/rc.conf >> ${KEYMAP_FILE}
- if [ "`echo $LOCALE | /bin/grep -i utf`" ]; then
+ if [ "$(echo $LOCALE | /bin/grep -i utf)" != "" ]; then
echo UTF8="yes" >> ${KEYMAP_FILE}
fi
. ${KEYMAP_FILE}