Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use case-insensitive comparison for Windows paths in runfiles.bash
When matching the path of `rlocation`'s caller in the Bash runfiles library, use a case-insensitive comparison when running in MSYS2 as Bazel emits paths that can be capitalized differently. In particular, this fixes failures when the output base path contains uppercase letters.
- Loading branch information