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

Unified Diff: apply_issue.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 | « no previous file | clang-format.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apply_issue.bat
diff --git a/apply_issue.bat b/apply_issue.bat
index e610a1c02da1dc41fe5e74df61b3b930eccd3fcb..7e052ee3454fe62be82602f0e2ad4b8f849a39aa 100755
--- a/apply_issue.bat
+++ b/apply_issue.bat
@@ -2,6 +2,7 @@
:: Copyright (c) 2012 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 | « no previous file | clang-format.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698