Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh as sh hates `unset CDPATH'



(Apologies if this is fixed in the 3.1.3 beta which I just found out
about moments ago.  Thanks for a wonderful shell, I've been running 3.1.2
as /bin/sh for some months now).

I've verified the existence of this bug in 3.1.2, 3.0.5, 3.0.4, and
2.6beta20 on various flavors of Linux libc5 and GNU libc.

Repeat by:
zsh$ cd /tmp
zsh$ ln -s /bin/zsh ./sh
zsh$ ./sh
sh$ unset CDPATH
zsh: 20286 segmentation fault  ./sh
zsh$ 



Messages sorted by: Reverse Date, Date, Thread, Author