]> git.pld-linux.org Git - projects/rc-scripts.git/blame - lang.csh
Initialize USB as fast as it's possible. Properly mount usb filesystem even if it...
[projects/rc-scripts.git] / lang.csh
CommitLineData
7e04fe0e 1#!/bin/csh
b0443108 2#
9ccfa537 3# $Id$
b0443108 4#
7e04fe0e 5
458f14b7
AM
6test -f /etc/sysconfig/i18n
7if ($status == 0) then
7e04fe0e 8
458f14b7 9 if ($?LANG) then
7e04fe0e 10 setenv LANG
458f14b7 11 endif
7e04fe0e 12
458f14b7 13 if ($?LC_ALL) then
7e04fe0e 14 setenv LC_ALL
458f14b7 15 endif
7e04fe0e 16
458f14b7 17 if ($?LINGUAS) then
7e04fe0e 18 setenv LINGUAS
458f14b7 19 endif
7e04fe0e 20
458f14b7 21 if ($?SYSTERM) then
7e04fe0e 22 setenv TERM=$SYSTERM
458f14b7 23 endif
7e04fe0e 24
de1fc6ce
JR
25 if ($?_XKB_CHARSET) then
26 setenv _XKB_CHARSET
27 endif
7e04fe0e 28
de1fc6ce
JR
29 if ($?INPUTRC) then
30 setenv INPUTRC
458f14b7
AM
31 endif
32
de1fc6ce
JR
33 if ($?LESSCHARSET) then
34 setenv LESSCHARSET
35 else if ($TERM == linux-lat) then
36 setenv LESSCHARSET latin1
458f14b7 37 endif
de1fc6ce 38
458f14b7 39endif
This page took 0.071086 seconds and 4 git commands to generate.