diff options
Diffstat (limited to 'setsysfont')
-rwxr-xr-x | setsysfont | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ fi case ${LC_ALL:-${LC_CTYPE-$LANG}} in *.utf8|*.UTF-8) if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then - exec unicode_start $SYSFONT $SYSFONTACM + exec unicode_start $SYSFONT $UNIMAP fi ;; *) |