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 f24e82b9..319b39df 100755
--- a/setsysfont
+++ b/setsysfont
@@ -31,7 +31,7 @@ elif [ -x /bin/setfont ]; then
fi
if [ -n "$SYSFONTACM" ]; then
if [ ! -f /lib/kbd/consoletrans/$SYSFONTACM_to_uni.trans ]; then
- SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g"`
+ SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g;s|iso|8859-|g"`
fi
ARGS="$ARGS -m $SYSFONTACM"
fi