Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATH handling broken in zsh 3.1.4
- X-seq: zsh-workers 4260
- From: "C. v. Stuckrad" <stucki@xxxxxxxxxxxxxxxxx>
- To: Zsh workers list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: PATH handling broken in zsh 3.1.4
- Date: Tue, 4 Aug 1998 16:21:23 +0200 (MET DST)
- Priority: normal
- Reply-to: "C. v. Stuckrad" <stucki@xxxxxxxxxxxxxxxxx>
Hi!
I just noticed, that zsh *ignores* empty fields in
'path' (created via 'PATH') instead of implying a 'dot'.
'csh' does: setenv PATH bla:
echo $path
bla .
'zsh' ignores the trailing colon, and even drops colons when using
'vared PATH' on a Path containig empty fields. Like:
'export PATH=bla::bla'; vared path
bla bla
^^ there _was_ the 'implied dot' :-)
Your's Stucki
Christoph von Stuckrad * * | talk to | <stucki@xxxxxxxxxxxxxxxxx> \
Freie Universitaet Berlin |/_* | nickname | ...!unido!fub!leibniz!stucki|
Fachbereich Mathematik, EDV |\ * | 'stucki' | Tel:+49 30 838-75459 |
Arnimallee 2-6/14195 Berlin * * | on IRC | Fax:+49 30 838-75454 /
Messages sorted by:
Reverse Date,
Date,
Thread,
Author