aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-02-25 17:31:57 +0000
committerBill Nottingham <notting@redhat.com>2002-02-25 17:31:57 +0000
commit754f6e72929ba53c984d100e1b83c9c633f88c60 (patch)
tree4b8b5d1f9c95b449b8e754c6c0a3a667f77ecf40 /lang.csh
parente93d94e2866effce251a0562b87b672f28d0aeb5 (diff)
downloadinitscripts-754f6e72929ba53c984d100e1b83c9c633f88c60.tar
initscripts-754f6e72929ba53c984d100e1b83c9c633f88c60.tar.gz
initscripts-754f6e72929ba53c984d100e1b83c9c633f88c60.tar.bz2
initscripts-754f6e72929ba53c984d100e1b83c9c633f88c60.tar.xz
initscripts-754f6e72929ba53c984d100e1b83c9c633f88c60.zip
fix setenv invocation (#59946)
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.csh b/lang.csh
index 4591efbd..69d67afc 100755
--- a/lang.csh
+++ b/lang.csh
@@ -10,7 +10,7 @@ end
if ($?GDM_LANG) then
set sourced=1
- setenv LANG=$GDM_LANG
+ setenv LANG $GDM_LANG
endif
if ($sourced == 1) then