Commit fdafe3e2 authored by maruel@chromium.org's avatar maruel@chromium.org

Force depot_tools to be in the PATH before /usr/bin in cygwin.

Review URL: http://codereview.chromium.org/113208

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15767 0039d316-1c4b-4281-b951-d872f2087c98
parent 18e4135e
......@@ -6,6 +6,10 @@
:: 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment