mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-10 18:21:28 +00:00
Once this is rolled out, we will no longer need to bootstrap python(3) in the vpython wrapper, only vpython itself. Bug: 1318617 Change-Id: If11b81f19d1d15eda74aae94ddc95c2997148c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3760318 Reviewed-by: Chenlin Fan <fancl@chromium.org> Commit-Queue: Brian Ryner <bryner@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
8 lines
260 B
Batchfile
8 lines
260 B
Batchfile
@echo off
|
|
:: Copyright 2019 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.
|
|
|
|
call "%~dp0\cipd_bin_setup.bat" > nul 2>&1
|
|
"%~dp0\.cipd_bin\vpython3.exe" %*
|