mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Always use "." for cd
Nobody doesn't want to use $PWD to cd, so if $CDPATH does not include it that was a mistake. Bash also appends "." here. Fixes #4484.
This commit is contained in:
@@ -23,3 +23,9 @@ cd:
|
||||
PWD is /tmp/cdcomp_test/linkhome
|
||||
BogusPWD test 1 succeeded
|
||||
BogusPWD test 2 succeeded
|
||||
|
||||
####################
|
||||
# CDPATH
|
||||
Gone to linkhome via CDPATH
|
||||
Gone to base
|
||||
Gone to linkhome via implicit . in CDPATH
|
||||
|
||||
Reference in New Issue
Block a user