diff options
author | Bill Nottingham <notting@redhat.com> | 2004-06-07 16:02:42 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-06-07 16:02:42 +0000 |
commit | c4c11c9c79ab89af8f8da731826523267ade1d8b (patch) | |
tree | 80cb3606a83f73a0d3e61054c4dd53061fb923c0 /setsysfont | |
parent | 0824ef63be164927b172028c643ad8335a836aa7 (diff) | |
download | initscripts-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-x | setsysfont | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |