Skip to content

Commit

Permalink
make the installer for msysgit search in ~/bin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Mar 14, 2012
1 parent ab7fda2 commit 51011ac
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 51011ac

Please sign in to comment.