diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-06 20:42:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-06 20:42:52 +0000 |
commit | 7210e808c8540f7e2aa63c2932863b4f40bb2c48 (patch) | |
tree | 2927dc3266091a7442e058de058a441be32611e4 /lang.sh | |
parent | 0a2804dfa48a3ed09d48a917a540a591be8ee110 (diff) | |
download | initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.gz initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.bz2 initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.tar.xz initscripts-7210e808c8540f7e2aa63c2932863b4f40bb2c48.zip |
don't muck with the font in lang.(sh|csh) (#26349)
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -33,18 +33,4 @@ if [ "$sourced" = 1 ]; then unset LINGUAS fi [ -n "$_XKB_CHARSET" ] && export _XKB_CHARSET || unset _XKB_CHARSET - - if [ -n "$SYSFONTACM" ]; then - case $SYSFONTACM in - iso01*|iso02*|iso15*|koi*|latin2-ucw*) - if [ "$TERM" = "linux" ]; then - if ls -l /proc/$$/fd/0 2>/dev/null | grep -- '-> /dev/tty[0-9]*$' >/dev/null 2>&1; then - echo -n -e '\033(K' > /proc/$$/fd/0 - fi - fi - ;; - esac - fi - - unset SYSFONTACM SYSFONT fi |