aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-02-25 17:32:26 +0000
committerBill Nottingham <notting@redhat.com>2002-02-25 17:32:26 +0000
commitf81f6a43af3b04574a61d21c2cb37426bc933c95 (patch)
tree969a1469a5adcb58113cbabb344f8132414edf71
parent9402c8399e37a2a0a0151a9be2c3433c883e78ae (diff)
downloadinitscripts-f81f6a43af3b04574a61d21c2cb37426bc933c95.tar
initscripts-f81f6a43af3b04574a61d21c2cb37426bc933c95.tar.gz
initscripts-f81f6a43af3b04574a61d21c2cb37426bc933c95.tar.bz2
initscripts-f81f6a43af3b04574a61d21c2cb37426bc933c95.tar.xz
initscripts-f81f6a43af3b04574a61d21c2cb37426bc933c95.zip
fix setenv invocation (#59946)
-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