Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in zsh builtin pwd when option CHASE_LINKS is set
- X-seq: zsh-workers 20408
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in zsh builtin pwd when option CHASE_LINKS is set
- Date: Fri, 24 Sep 2004 09:48:42 +0200
- Mail-followup-to: Vincent Lefevre <vincent@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Vincent Lefevre <vincent@xxxxxxxxxx>
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