diff options
author | Bill Nottingham <notting@redhat.com> | 2006-02-07 18:58:33 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-02-07 18:58:33 +0000 |
commit | 9ef884abf48c3fbd320ee3720429a6b2c8b2feda (patch) | |
tree | a0c213b178521f9519b5e928f8be4912d87bf5e4 /lang.sh | |
parent | 3b63da3a057db5438b04e3a22931c24bdca548f9 (diff) | |
download | initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.gz initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.bz2 initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.xz initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.zip |
revert fix for #176832, it's broken
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ if [ "$sourced" = 1 ]; then if [ -n "$LANG" ]; then case $LANG in *.utf8*|*.UTF-8*) - if [ "$TERM" = "linux" -a $SHLVL -eq 1 ]; then + if [ "$TERM" = "linux" ]; then if [ "`/sbin/consoletype`" = "vt" ]; then [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start $SYSFONT $SYSFONTACM fi |