aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-02-07 02:48:39 +0000
committerBill Nottingham <notting@redhat.com>2002-02-07 02:48:39 +0000
commit21caad944993a9a177c3581c16684057fdafda5e (patch)
tree8c7a1dab617910254afb31fbe18d2f394dbc2072
parentf319da07b1e2fd4fc46567871bb4d5d54c94bbf0 (diff)
downloadinitscripts-21caad944993a9a177c3581c16684057fdafda5e.tar
initscripts-21caad944993a9a177c3581c16684057fdafda5e.tar.gz
initscripts-21caad944993a9a177c3581c16684057fdafda5e.tar.bz2
initscripts-21caad944993a9a177c3581c16684057fdafda5e.tar.xz
initscripts-21caad944993a9a177c3581c16684057fdafda5e.zip
setenv LANG, not set LANG (#57957)
-rwxr-xr-xlang.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.csh b/lang.csh
index 4774fa1e..4591efbd 100755
--- a/lang.csh
+++ b/lang.csh
@@ -10,7 +10,7 @@ end
if ($?GDM_LANG) then
set sourced=1
- set LANG=$GDM_LANG
+ setenv LANG=$GDM_LANG
endif
if ($sourced == 1) then