Index: gclient.bat |
=================================================================== |
--- gclient.bat (revision 134336) |
+++ gclient.bat (working copy) |
@@ -3,8 +3,11 @@ |
:: Use of this source code is governed by a BSD-style license that can be |
:: found in the LICENSE file. |
+:: This is required with cygwin only. |
+PATH=%~dp0;%PATH% |
+ |
:: Synchronize the root directory before deferring control back to gclient.py. |
call "%~dp0\update_depot_tools.bat" |
:: Defer control. |
-python "%~dp0\gclient.py" %* |
+%~dp0python "%~dp0\gclient.py" %* |