Skip to content

Commit

Permalink
Add some missing setlocals from various .bat files
Browse files Browse the repository at this point in the history
Shell PATH was growing quite long in some cases.

[email protected], [email protected], [email protected], [email protected]

Review URL: https://codereview.chromium.org/180303003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@253347 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
[email protected] committed Feb 26, 2014
1 parent 04bd6b1 commit 28974af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions apply_issue.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
1 change: 1 addition & 0 deletions clang-format.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
1 change: 1 addition & 0 deletions fetch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
1 change: 1 addition & 0 deletions gclient.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
1 change: 1 addition & 0 deletions gn.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 28974af

Please sign in to comment.