From 6607d4d9235fba830e5d99ce2703151f2c18bb66 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Thu, 6 Aug 2009 01:59:15 +0000 Subject: [PATCH] Adding cpplint.bat to depot_tools. so you can type only cpplint in console like the other scripts(gclient, gcl, etc) BUG=None TEST=None Patch contributed by thiago.farina@gmail.com git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@22576 0039d316-1c4b-4281-b951-d872f2087c98 --- cpplint.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpplint.bat diff --git a/cpplint.bat b/cpplint.bat new file mode 100644 index 0000000000..039b10dc0b --- /dev/null +++ b/cpplint.bat @@ -0,0 +1,4 @@ +@echo off +:: This is required with cygwin only. +PATH=%~dp0;%PATH% +call python "%~dp0cpplint.py" %*