mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
d96a2e7052
Since #3914 we convert empty CDPATH entries to ".", which makes them easier to use in fish scripts. This has backfired here, because bash's cd prints the directory if the "." entry from CDPATH is used. From bash(1) on cd: > If a non-empty directory name from CDPATH is used, or if - is > the first argument, and the directory change is successful, the > absolute pathname of the new working directory is written to the > standard output. My preferred fix would be to convince bash to amend "non-empty directory" to "non-empty directory other than .". |
||
---|---|---|
.. | ||
context | ||
bionic-asan-clang.Dockerfile | ||
bionic-tsan-clang.Dockerfile | ||
bionic-tsan.Dockerfile | ||
bionic.Dockerfile | ||
centos7.Dockerfile | ||
docker_run_tests.sh | ||
focal-32bit.Dockerfile |