aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-06-07 16:02:42 +0000
committerBill Nottingham <notting@redhat.com>2004-06-07 16:02:42 +0000
commitc4c11c9c79ab89af8f8da731826523267ade1d8b (patch)
tree80cb3606a83f73a0d3e61054c4dd53061fb923c0 /setsysfont
parent0824ef63be164927b172028c643ad8335a836aa7 (diff)
downloadinitscripts-c4c11c9c79ab89af8f8da731826523267ade1d8b.tar
initscripts-c4c11c9c79ab89af8f8da731826523267ade1d8b.tar.gz
initscripts-c4c11c9c79ab89af8f8da731826523267ade1d8b.tar.bz2
initscripts-c4c11c9c79ab89af8f8da731826523267ade1d8b.tar.xz
initscripts-c4c11c9c79ab89af8f8da731826523267ade1d8b.zip
remove error (#100559)
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont3
1 files changed, 0 insertions, 3 deletions
diff --git a/setsysfont b/setsysfont
index 319b39df..9dfca891 100755
--- a/setsysfont
+++ b/setsysfont
@@ -41,9 +41,6 @@ elif [ -x /bin/setfont ]; then
# /bin/setfont
echo -ne "\033(K" 2>/dev/null > /proc/$$/fd/0
fi
-else
- echo $"can't set font"
- exit 1
fi
exit 0