Fix errors

This commit is contained in:
Kyle McInnes
2020-12-10 13:35:40 +00:00
parent 2a9a4d2860
commit 11a78a8d64
4 changed files with 9 additions and 9 deletions

2
vendor/init.bat vendored
View File

@ -268,7 +268,7 @@ if not defined git_locale for /F "tokens=* delims=" %%F in ('where env.exe 2^>nu
setlocal enabledelayedexpansion
if defined git_locale (
REM !print_debug! init.bat "Env Var - git_locale=!git_locale!"
REM %print_debug% init.bat "Env Var - git_locale=!git_locale!"
if not defined LANG (
for /F "delims=" %%F in ('!git_locale! -uU 2') do (
set "LANG=%%F"