We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b522c13 + 0cbe1e8 commit 74b3f18Copy full SHA for 74b3f18
1 file changed
vendor/init.bat
@@ -390,7 +390,7 @@ setlocal enabledelayedexpansion
390
if defined git_locale (
391
REM %print_debug% init.bat "Env Var - git_locale=!git_locale!"
392
if not defined LANG (
393
- for /F "delims=" %%F in ('!git_locale! -uU 2') do (
+ for /F "delims=" %%F in ('"!git_locale!" -uU 2') do (
394
set "LANG=%%F"
395
)
396
0 commit comments