-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match absolute patterns without volume on windows
In 1.1.5 Glob() on windows matched absolute patterns without volume specified with the current working dir's volume. This broke in 1.2.x due to the use of filepath.IsAbs() which returns false if the volume is not present. This was causing paths starting with / or \ on windows to be erroneously evaluated from the current directory.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters