]> git.pld-linux.org Git - projects/rc-scripts.git/blob - lang.sh
6233b0c8d1f3f1577a36363d632e7399ec52ca10
[projects/rc-scripts.git] / lang.sh
1 #!/bin/bash
2 if [ -f /etc/sysconfig/i18n ]; then
3         . /etc/sysconfig/i18n
4
5   if [ -n "$LANG" ]; then
6           export LANG
7   fi
8   
9   if [ -n "$LINGUAS" ]; then
10           export LINGUAS
11   fi
12   
13   if [ -n "$SYSTERM" ]; then
14           export TERM=$SYSTERM
15   fi
16 fi
This page took 0.03472 seconds and 3 git commands to generate.