Index: third_party/git_bin_packager/files/git.cmd |
=================================================================== |
--- third_party/git_bin_packager/files/git.cmd (revision 166773) |
+++ third_party/git_bin_packager/files/git.cmd (working copy) |
@@ -4,7 +4,7 @@ |
@rem Get the abolute path to the parent directory, which is assumed to be the |
@rem Git installation root. |
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI |
-@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH% |
cmp
2012/11/08 22:35:58
Your description didn't mention what happened to m
|
+@set PATH=%git_install_root%\cmd;%git_install_root%\bin;%PATH% |
:: Set the HOME variable to depot_tools (the parent of this directory's parent). |
@if not exist "%HOME%" @for /F "delims=" %%I in ("%~dp0..\..") do @set HOME=%%~fI |