aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont8
1 files changed, 4 insertions, 4 deletions
diff --git a/setsysfont b/setsysfont
index 30a0b8bc..8c524c88 100755
--- a/setsysfont
+++ b/setsysfont
@@ -17,13 +17,13 @@ if [ -x /bin/consolechars -o -x /usr/bin/consolechars ]; then
fi
consolechars -f $ARGS
fi
-elif [ -x /usr/bin/setfont ]; then
+elif [ -x /bin/setfont ]; then
if [ -n "$SYSFONT" -a -n "$UNIMAP" ]; then
- /usr/bin/setfont $SYSFONT -u $UNIMAP
+ /bin/setfont $SYSFONT -u $UNIMAP
elif [ -n "$SYSFONT" ]; then
- /usr/bin/setfont $SYSFONT
+ /bin/setfont $SYSFONT
# else
-# /usr/bin/setfont
+# /bin/setfont
fi
else
echo $"can't set font"