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 9c9eac1 + 10d63da commit a7e45efCopy full SHA for a7e45ef
vendor/init.bat
@@ -251,9 +251,9 @@ 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
+ %lib_path% enhance_path "%GIT_INSTALL_ROOT%\usr\bin" %path_position%
256
)
-
- %lib_path% enhance_path "%GIT_INSTALL_ROOT%\usr\bin" %path_position%
257
258
259
:: define SVN_SSH so we can use git svn with ssh svn repositories
0 commit comments