commit | 51011ac8fdfb1b66c34ea74186bf24412ca70eb2 | [log] [tgz] |
---|---|---|
author | Steffen Jaeckel <steffen.jaeckel@stzedn.de> | 周三 3月 14 11:59:55 2012 +0200 |
committer | Steffen Jaeckel <steffen.jaeckel@stzedn.de> | 周三 3月 14 12:05:39 2012 +0200 |
tree | 12ec266f55d44445ff3b316c1342da67d5155bcb | |
parent | ab7fda21f1009d8cc073fc9ae6152731f6bfee8a [diff] |
make the installer for msysgit search in ~/bin as well
diff --git a/contrib/msysgit-install.cmd b/contrib/msysgit-install.cmd index 5f005bf..994235c 100644 --- a/contrib/msysgit-install.cmd +++ b/contrib/msysgit-install.cmd
@@ -63,6 +63,7 @@ :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.