1 parent ab7fda2 commit 51011acCopy full SHA for 51011ac
1 file changed
contrib/msysgit-install.cmd
@@ -63,6 +63,7 @@ goto :End
63
:ChkGetopt
64
:: %1 is getopt.exe
65
if exist "%GIT_HOME%\bin\%1" goto :EOF
66
+if exist "%USERPROFILE%\bin\%1" goto :EOF
67
if exist "%~f$PATH:1" goto :EOF
68
echo %GIT_HOME%\bin\%1 not found.>&2
69
echo You have to install this file manually. See the GitFlow README.
0 commit comments