zsh-workers
 help / color / mirror / code / Atom feed
* Bug in zsh builtin pwd when option CHASE_LINKS is set
@ 2004-09-24  7:48 Vincent Lefevre
  2010-06-07 13:13 ` Vincent Lefevre
  0 siblings, 1 reply; 7+ messages in thread
From: Vincent Lefevre @ 2004-09-24  7:48 UTC (permalink / raw)
  To: zsh-workers

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@vinc17.org> - 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-06-09 10:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-24  7:48 Bug in zsh builtin pwd when option CHASE_LINKS is set Vincent Lefevre
2010-06-07 13:13 ` Vincent Lefevre
2010-06-07 16:43   ` Peter Stephenson
2010-06-07 17:00     ` Peter Stephenson
2010-06-09  9:25       ` Peter Stephenson
2010-06-07 18:20     ` Bart Schaefer
2010-06-09 10:08   ` Vincent Lefevre

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).