Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem redeclaring path variable (ksh incompatibility)
- X-seq: zsh-workers 21004
- From: Peter Stephenson <pws@xxxxxxx>
- To: Michael Wardle <michael@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: problem redeclaring path variable (ksh incompatibility)
- Date: Fri, 18 Mar 2005 10:52:38 +0000
- In-reply-to: <1050317165007.ZM32408@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <423994CA.4010609@xxxxxxxxxxxxxx> <1050317165007.ZM32408@xxxxxxxxxxxxxxxxxxxxxxx>
Bart Schaefer wrote:
> Hence the "path" variable exists and is special and may
> only be overridden locally to a function by using "typeset -h path=...".
Or you can run
typeset -h path
on the existing path variable in the main shell, e.g. at startup. Then
you don't have to alter the function.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author