]> git.pld-linux.org Git - projects/rc-scripts.git/blame - lang.csh
autogen.sh: always generate ChangeLog
[projects/rc-scripts.git] / lang.csh
CommitLineData
7e04fe0e 1#!/bin/csh
b0443108 2#
e89ff929 3# $Id$
b0443108 4#
61f5a549
ER
5# FIXME: this file is broken, as you can see it does nothing (does not actually load i18n file)
6# TODO: sync with lang.sh
7#
7e04fe0e 8
458f14b7
AM
9test -f /etc/sysconfig/i18n
10if ($status == 0) then
1050f687
JR
11 if ($?LANG) then
12 setenv LANG
13 endif
14 if ($?LC_ALL) then
15 setenv LC_ALL
16 endif
17 if ($?LINGUAS) then
18 setenv LINGUAS
19 endif
20 if ($?SYSTERM) then
21 setenv TERM=$SYSTERM
22 endif
23 if ($?_XKB_CHARSET) then
24 setenv _XKB_CHARSET
25 endif
26 if ($?INPUTRC) then
27 setenv INPUTRC
28 endif
29 if ($?LESSCHARSET) then
30 setenv LESSCHARSET
31 else if ($TERM == linux-lat) then
32 setenv LESSCHARSET latin1
33 endif
458f14b7 34endif
This page took 0.089311 seconds and 4 git commands to generate.