Always return absolute path in path_get_cdpath

Fixes #6220
This commit is contained in:
Johannes Altmanninger
2019-10-17 21:15:43 +02:00
parent 868eba5e80
commit 5e274066e3
4 changed files with 21 additions and 7 deletions

View File

@@ -19,6 +19,7 @@
- The null command (`:`) now always exits successfully, rather than passing through the previous exit status (#6022).
- `jobs --last` returns 0 to indicate success when a job is found (#6104).
- `commandline -p` and `commandline -j` now split on `&&` and `||` in addition to `;` and `&` (#6214)
- `fish` now correctly handles CDPATH entries that starts with `..` (#6220)
### Syntax changes and new commands
- Brace expansion now only takes place if the braces include a "," or a variable expansion, meaning common commands such as `git reset HEAD@{0}` do not require escaping (#5869).