aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index 70e8c6aa..828833c6 100755
--- a/setsysfont
+++ b/setsysfont
@@ -30,7 +30,7 @@ elif [ -x /bin/setfont ]; then
ARGS="-u $UNIMAP"
fi
if [ -n "$SYSFONTACM" ]; then
- if [ ! -f /lib/kbd/consoletrans/$SYSONTACM_to_uni.trans ]; then
+ if [ ! -f /lib/kbd/consoletrans/$SYSFONTACM_to_uni.trans ]; then
SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g"`
fi
ARGS="$ARGS -m $SYSFONTACM"