Skip to content

Commit

Permalink
Merge pull request nvie#201 from sjaeckel/feature/msysInstall
Browse files Browse the repository at this point in the history
make the installer for msysgit search in ~/bin as well
  • Loading branch information
nvie committed Jul 9, 2012
2 parents a2f53f9 + 51011ac commit aec4818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/msysgit-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ goto :End
:ChkGetopt
:: %1 is getopt.exe
if exist "%GIT_HOME%\bin\%1" goto :EOF
if exist "%USERPROFILE%\bin\%1" goto :EOF
if exist "%~f$PATH:1" goto :EOF
echo %GIT_HOME%\bin\%1 not found.>&2
echo You have to install this file manually. See the GitFlow README.
Expand Down

0 comments on commit aec4818

Please sign in to comment.