diff options
-rwxr-xr-x | setsysfont | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |