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

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

Powered by Google App Engine
This is Rietveld 408576698