Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3581)

Unified Diff: bootstrap/win/git.template.bat

Issue 2009173002: Fix depot_tools\git.bat when depot_tools in not in PATH (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/win/git.template.bat
diff --git a/bootstrap/win/git.template.bat b/bootstrap/win/git.template.bat
index d3b9cbcaa6b5518e74257b5f83c166d72cf393eb..877dbf497ff94d5277c65b048c9f6a260e5b1e32 100644
--- a/bootstrap/win/git.template.bat
+++ b/bootstrap/win/git.template.bat
@@ -1,5 +1,5 @@
@echo off
setlocal
if not defined EDITOR set EDITOR=notepad
-set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH%
+set PATH=%~dp0GIT_BIN_DIR\cmd;%~dp0;%PATH%
"%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698