Bug 60748

Summary: Typo in /etc/profile.d/lang.csh
Product: [Retired] Red Hat Linux Reporter: summers
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: medium    
Version: 7.2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-05 21:35:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description summers 2002-03-05 21:35:02 UTC
Description of Problem:

line 13:    setenv LANG=$GDM_LANG

should be:     setenv LANG $GDM_LANG


Version-Release number of selected component (if applicable):

6.43-1

How Reproducible:

always


Steps to Reproduce:
1. invoked upon login by /etc/csh.login
2. 
3. 

Actual Results:

LANG environment variable is set to "en_US="

Expected Results:

LANG environment variable should be set to "en_US"

Additional Information:

Comment 1 Bill Nottingham 2002-03-06 02:31:56 UTC

*** This bug has been marked as a duplicate of 60539 ***