Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash! mingw: keep trailing slashes when switching directories
Actually, we should always keep the trailing slashes as both users of `normalize_ntpath()` require them: `_wchdir()` wants the slash in particular when changing the directory to a drive root, and `readlink()`'s semantics require a trailing slash for symbolic links pointing to directories. This fixes #210 Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information