]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - lang.csh
filter_ns: always add dead processes
[projects/rc-scripts.git] / lang.csh
index 2017ad52ee950714c5e47f58494dc0c7167181c1..dbbc52058a6309207c19efb9c694914e4a4c7e4e 100755 (executable)
--- a/lang.csh
+++ b/lang.csh
@@ -1,39 +1,33 @@
 #!/bin/csh
 #
-#      $Id$
+#
+# FIXME: this file is broken, as you can see it does nothing (does not actually load i18n file)
+# TODO: sync with lang.sh
 #
 
 test -f /etc/sysconfig/i18n
 if ($status == 0) then
-
-    if ($?LANG) then
-       setenv LANG
-    endif
-
-    if ($?LC_ALL) then
-       setenv LC_ALL
-    endif
-  
-    if ($?LINGUAS) then
-       setenv LINGUAS
-    endif
-  
-    if ($?SYSTERM) then
-       setenv TERM=$SYSTERM
-    endif
-
-    if ($?_XKB_CHARSET) then
-       setenv _XKB_CHARSET
-    endif
-
-    if ($?INPUTRC) then
-       setenv INPUTRC
-    endif
-
-    if ($?LESSCHARSET) then
-       setenv LESSCHARSET
-    else if ($TERM == linux-lat) then
-       setenv LESSCHARSET latin1
-    endif
-
+       if ($?LANG) then
+               setenv LANG
+       endif
+       if ($?LC_ALL) then
+               setenv LC_ALL
+       endif
+       if ($?LINGUAS) then
+               setenv LINGUAS
+       endif
+       if ($?SYSTERM) then
+               setenv TERM=$SYSTERM
+       endif
+       if ($?_XKB_CHARSET) then
+               setenv _XKB_CHARSET
+       endif
+       if ($?INPUTRC) then
+               setenv INPUTRC
+       endif
+       if ($?LESSCHARSET) then
+               setenv LESSCHARSET
+       else if ($TERM == linux-lat) then
+               setenv LESSCHARSET latin1
+       endif
 endif
This page took 0.02905 seconds and 4 git commands to generate.