]> git.pld-linux.org Git - projects/rc-scripts.git/blame - lang.sh
- added initial main system configuration file with:
[projects/rc-scripts.git] / lang.sh
CommitLineData
7742e157
AF
1#!/bin/bash
2if [ -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
16fi
This page took 0.031937 seconds and 4 git commands to generate.