Index: gclient.bat |
=================================================================== |
--- gclient.bat (revision 15765) |
+++ gclient.bat (working copy) |
@@ -6,7 +6,11 @@ |
:: This file is a stub to sync .\bootstrap first and defer control to |
:: .\bootstrap\gclient.bat, which will sync back '.'. This is unless auto |
:: update is disabled, were gclient.py is directly called. |
+setlocal |
+:: This is required with cygwin only. |
+PATH=%~dp0;%PATH% |
+ |
:: Shall skip automatic update? |
IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :SKIP_UPDATE |
:: We can't sync if .\.svn\. doesn't exist. |