aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont4
1 files changed, 1 insertions, 3 deletions
diff --git a/setsysfont b/setsysfont
index 70e8c6aa..7e44a9a8 100755
--- a/setsysfont
+++ b/setsysfont
@@ -8,9 +8,7 @@ fi
case "$LANG" in
*.utf8|*.UTF-8)
- if [ -x /bin/unicode_start ]; then
- exec unicode_start $SYSFONT $SYSFONTACM
- fi
+ exec unicode_start $SYSFONT $SYSFONTACM
;;
esac