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
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent 18e4135ea7
commit fdafe3e2d1

@ -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

Loading…
Cancel
Save