Fix #2980
This commit is contained in:
Dax T Games 2025-03-09 11:22:11 -04:00 committed by GitHub
parent 126347025f
commit b997e59137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
vendor/init.bat vendored
View File

@ -443,7 +443,7 @@ if "%CMDER_CONFIGURED%" gtr "1" goto :CMDER_CONFIGURED
if exist "%GIT_INSTALL_ROOT%\post-install.bat" (
echo Running Git for Windows one time Post Install....
pushd "%GIT_INSTALL_ROOT%\"
"%GIT_INSTALL_ROOT%\git-cmd.exe" --no-needs-console --no-cd --command=post-install.bat
"%GIT_INSTALL_ROOT%\git-cmd.exe" 2>nul --no-needs-console --no-cd --command=post-install.bat
popd
)