mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Also fixes an msys (git-bash) incompatibility, similar to the one fixed in crrev.com/4845f0ed694ff071da5f6ee937a0bce2ea4e6fd2. This change doesn't actually use the wrapper in any new places, but subsequent changes will be made to use it in places where 'exec python' is called directly, like gclient and fetch. BUG=411518 R=iannucci@google.com Review URL: https://codereview.chromium.org/1415993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297357 0039d316-1c4b-4281-b951-d872f2087c98
7 lines
213 B
Bash
Executable File
7 lines
213 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# 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.
|
|
|
|
. $(type -P python_runner.sh)
|