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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 setlocal 2 setlocal
3 if not defined EDITOR set EDITOR=notepad 3 if not defined EDITOR set EDITOR=notepad
4 set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH% 4 set PATH=%~dp0GIT_BIN_DIR\cmd;%~dp0;%PATH%
5 "%~dp0GIT_BIN_DIR\GIT_PROGRAM" %* 5 "%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
OLDNEW
« 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