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

Unified Diff: gclient.bat

Issue 1232023004: Issue 507301: gclient doesn't work on a path with space characters (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: Created 5 years, 5 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 | « bootstrap/win/win_tools.bat ('k') | update_depot_tools.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.bat
diff --git a/gclient.bat b/gclient.bat
index d73e64197516a15c951af9ca0dbc76412f06bf57..30a002628f5906d3d27dcf2d0d38ecbf01238ada 100755
--- a/gclient.bat
+++ b/gclient.bat
@@ -8,7 +8,7 @@ setlocal
PATH=%~dp0;%PATH%
:: Synchronize the root directory before deferring control back to gclient.py.
-call "%~dp0\update_depot_tools.bat" %*
+call "%~dp0update_depot_tools.bat" %*
:: Defer control.
-%~dp0python "%~dp0\gclient.py" %*
+"%~dp0python" "%~dp0gclient.py" %*
« no previous file with comments | « bootstrap/win/win_tools.bat ('k') | update_depot_tools.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698