Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: clang-format.bat

Issue 180303003: Add some missing setlocals from various .bat files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apply_issue.bat ('k') | fetch.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: clang-format.bat
diff --git a/clang-format.bat b/clang-format.bat
index d92e773a8eb7f7d0da0e3a22281db5cfdd529e1e..af1c1457931c90654f7dcf67c2e1ba09a4ee7c51 100644
--- a/clang-format.bat
+++ b/clang-format.bat
@@ -2,6 +2,7 @@
:: Copyright 2014 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
+setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
« no previous file with comments | « apply_issue.bat ('k') | fetch.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698