Skip to content

Commit 51011ac

Browse files
committed
make the installer for msysgit search in ~/bin as well
1 parent ab7fda2 commit 51011ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/msysgit-install.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ goto :End
6363
:ChkGetopt
6464
:: %1 is getopt.exe
6565
if exist "%GIT_HOME%\bin\%1" goto :EOF
66+
if exist "%USERPROFILE%\bin\%1" goto :EOF
6667
if exist "%~f$PATH:1" goto :EOF
6768
echo %GIT_HOME%\bin\%1 not found.>&2
6869
echo You have to install this file manually. See the GitFlow README.

0 commit comments

Comments
 (0)