aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-03-03 21:04:05 +0000
committerBill Nottingham <notting@redhat.com>2003-03-03 21:04:05 +0000
commitaac707b24ff964ab16c886a760adf63af3ff71b2 (patch)
tree01a3b0cc00af1e7cc3494933bc3a64bad153fb66 /lang.sh
parentf19fe45b3669acc1683d34334fa62a355212213e (diff)
downloadinitscripts-aac707b24ff964ab16c886a760adf63af3ff71b2.tar
initscripts-aac707b24ff964ab16c886a760adf63af3ff71b2.tar.gz
initscripts-aac707b24ff964ab16c886a760adf63af3ff71b2.tar.bz2
initscripts-aac707b24ff964ab16c886a760adf63af3ff71b2.tar.xz
initscripts-aac707b24ff964ab16c886a760adf63af3ff71b2.zip
check for unicode_start before invocation (#85413)
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.sh b/lang.sh
index 534d465c..8cbeb0fd 100755
--- a/lang.sh
+++ b/lang.sh
@@ -70,7 +70,7 @@ if [ "$sourced" = 1 ]; then
case $LANG in
*.utf8*|*.UTF-8*)
if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then
- unicode_start $SYSFONT $SYSFONTACM
+ [ -f /bin/unicode_start ] && unicode_start $SYSFONT $SYSFONTACM
fi
;;
esac