Add setlocal so {cpplin,gcl}.bat don't repeatedly add \depot_tools to %PATH%.
Review URL: http://codereview.chromium.org/201062 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25751 0039d316-1c4b-4281-b951-d872f2087c98experimental/szager/collated-output
parent
ab318594b3
commit
b671b22335
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
:: This is required with cygwin only.
|
||||
PATH=%~dp0;%PATH%
|
||||
call python "%~dp0cpplint.py" %*
|
||||
|
Loading…
Reference in New Issue