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

Bug in zsh builtin pwd when option CHASE_LINKS is set



Hi,

lepuid:~> zsh -f
lepuid% setopt CHASE_LINKS
lepuid% pwd
/users/spaces/lefevre
lepuid% cd .snapshot
lepuid% pwd
.
lepuid% /bin/pwd
/users/spaces/lefevre/.snapshot
lepuid% echo $PWD
/users/spaces/lefevre/.snapshot

Note: .snapshot is a special read-only directory set up by the
NFS server and that is not seen in the directory listing.

When CHASE_LINKS (the default), I get the normal behavior.

Regards,

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



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