We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7e45ef + cc1d459 commit ed60c14Copy full SHA for ed60c14
vendor/init.bat
@@ -251,7 +251,8 @@ if %nix_tools% geq 1 (
251
%lib_path% enhance_path "%GIT_INSTALL_ROOT%\mingw32\bin" %path_position%
252
) else if exist "%GIT_INSTALL_ROOT%\mingw64" (
253
%lib_path% enhance_path "%GIT_INSTALL_ROOT%\mingw64\bin" %path_position%
254
- ) else if exist "%GIT_INSTALL_ROOT%\usr\bin" (
+ )
255
+ if exist "%GIT_INSTALL_ROOT%\usr\bin" (
256
%lib_path% enhance_path "%GIT_INSTALL_ROOT%\usr\bin" %path_position%
257
)
258
0 commit comments