Bug 11169 - LC_* is not exported when set in .zshrc
Summary: LC_* is not exported when set in .zshrc
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: zsh
Version: 6.2
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-05-02 07:25 UTC by Thomas Bjvrklund
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-05-02 16:14:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Thomas Bjvrklund 2000-05-02 07:25:49 UTC
When e.g. LC_CTYPE is set in .zshrc with 'export LC_CTYPE=foobar', the
variable is not exported. The variable is visible if you type 'typset' at
the prompt, but not when you give the command 'export'. The variable is
correctly set if declared in an interactive shell, e.g. with 'export
LC_CTYPE=foobar' at the prompt.

The bug is described at http://va.debian.org/Bugs/db/59/59326.html.

Comment 1 Trond Eivind Glomsrxd 2000-05-02 16:14:59 UTC
Should be fixed in next rawhide (3.0.7-5) - .zshrc isn't where you are supposed
to set variables, though: .zshenv is better suited for that.

Thanks.


Note You need to log in before you can comment on or make changes to this bug.