mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-10 18:21:28 +00:00
This allows git-cl to run successfully when the depot tools are installed to a path with a space in it. Change-Id: I79fa44d13f89fb0ee1baaa90961b4c4284913c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2125626 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) 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)"
|