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

Unified Diff: gn.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 | « gclient.bat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn.bat
diff --git a/gn.bat b/gn.bat
index c020d89d80534111cdc1a0f67db93de974241e0c..250e4d9ac380c1baaa4f01a221c2f4c694de78e1 100644
--- a/gn.bat
+++ b/gn.bat
@@ -2,6 +2,7 @@
:: Copyright 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 | « gclient.bat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698