Skip to content

Commit

Permalink
git 2.5 packages the unix commands in <git>/usr/bin instead of `<gi…
Browse files Browse the repository at this point in the history
…t>/bin`so add that to the path, too.
  • Loading branch information
Stanzilla committed Aug 28, 2015
1 parent 373a58e commit fc85915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

:: Add git to the path
@if defined GIT_INSTALL_ROOT (
set "PATH=%GIT_INSTALL_ROOT%\bin;%GIT_INSTALL_ROOT%\share\vim\vim74;%PATH%"
set "PATH=%GIT_INSTALL_ROOT%\bin;%GIT_INSTALL_ROOT%\usr\bin;%GIT_INSTALL_ROOT%\share\vim\vim74;%PATH%"
:: define SVN_SSH so we can use git svn with ssh svn repositories
if not defined SVN_SSH set "SVN_SSH=%GIT_INSTALL_ROOT:\=\\%\\bin\\ssh.exe"
)
Expand Down

0 comments on commit fc85915

Please sign in to comment.