Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug that PATH on Windows will sometimes get overwritten (#152)
* Fix a bug that PATH env is overwritten if it's name is `Path` (on Windows). * Use strings.EqualFold instead of strings.ToUpper to do case-insensitive comparison.
- Loading branch information