Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Unicode $USER When `$USER` contains Unicode then cmd.exe will return `%AppData%` in Windows Code Page which won't be recognized by Linux/grep. So make sure it outputs result in UTF-8 instead.
- Loading branch information