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

bug with $PWD in /



Hiya,

It looks like zsh has a similar issue as bash as reported at:
http://thread.gmane.org/gmane.comp.shells.bash.bugs/24162

$ cd /
/$ PWD=.. zsh -c pwd
..
/$ PWD=.. zsh -c 'cd /usr/local/bin; cd -; pwd'
/usr/local

-- 
Stephane



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