This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: /bin/pwd (getcwd) and symlinks


>
> Wednesday, 18 October, 2000 Earnie Boyd earnie_boyd@yahoo.com wrote:
>
> EB> --- Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru> wrote:
> >> If a current directory is symlink, getcwd() on Unix returns directory, to
> >> which this symlink points, while on Cygwin it returns directory itself:
> >>
> >> while on Unix this returns /tmp/real.
> [...]
> EB> It's implementation depedant.  On my HP-UX system it returns
> the symbolic link
> EB> name.  I could find no documentation stating that it should
> return the actual
> EB> directory.
>
> are  you sure you've run "/bin/pwd"? Some shells (including bash) have
> internal pwd, which prints "symlinked" name.
>

:-)))

Yep. Speaking about "some shells" - it was exact reason why I noticed it. Zsh
has chaselinks option that forces built-in pwd command resolve symbolic links.
This option has no effect on cygwin because getcwd always returns symbolic
link.

To avoid using getcwd we'd need to reimplement cygdrive handling in zsh. Makes
no sense.

-andrej


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]