diff options
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ if [ "$sourced" = 1 ]; then if [ -n "$LANG" ]; then case $LANG in *.utf8*|*.UTF-8*) - if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" -a $SHLVL -eq 1 ]; then - [ -x /bin/unicode_start ] && /sbin/consoletype fg && unicode_start $SYSFONT $SYSFONTACM + if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then + [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start $SYSFONT $SYSFONTACM fi ;; esac |