]> git.pld-linux.org Git - packages/console-tools.git/blobdiff - console.sh
- one subshell less; read i18n only if there's activity to be done
[packages/console-tools.git] / console.sh
index f409b8806c79c1189c33bc603f63aa7cb332ef1a..e018d5a3a4b11392b6fd16275e891a20045dcc03 100644 (file)
@@ -1,10 +1,11 @@
-if (tty -s); then
+if tty -s; then
  case $TERM in
   linux)
+       [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
+
        if [ -f /etc/sysconfig/console ]; then
                . /etc/sysconfig/console
 
-               [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
                case "$LANG" in
                        *.utf8|*.UTF-8)
                                [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start
This page took 0.060361 seconds and 4 git commands to generate.