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

Re: Bug: pwd reports wrong path inside chpwd_functions



On Fri, Dec 11, 2020 at 11:42 AM Ajeet D'Souza <98ajeet@xxxxxxxxx> wrote:
>
> cd /tmp/chdir-test/symbolic-links/folder1 ;
> cd ../folder2 ;
> # >> /tmp/chdir-test/symbolic-links/folder2

I am not able to reproduce this from zsh -f with 5.8.0.2-dev

ubuntu% cd /tmp/chdir-test/symbolic-links/folder1
/tmp/chdir-test/symbolic-links/folder1
ubuntu% cd ../folder2
/tmp/chdir-test/actual-directories/folder2

I am able to reproduce with 5.8-3ubuntu1

This appears to have been fixed by commit 4e471c3 (workers/46168)




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