mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-10 18:21:28 +00:00
"%*" passes all args as one quoted string. %* preserves quotes and keeps args separated. Bug: b/287630188 Change-Id: Iaa3492259ca54ec4400f08203a24e32dff7daf15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4626788 Reviewed-by: Anas Sulaiman <mrahs@google.com> Auto-Submit: Ben Segall <bentekkie@google.com> Commit-Queue: Anas Sulaiman <mrahs@google.com>
12 lines
405 B
Batchfile
12 lines
405 B
Batchfile
@echo off
|
|
:: Copyright 2023 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
|
|
|
|
:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
|
|
:: standalone, but allow other PATH manipulations to take priority.
|
|
set PATH=%PATH%;%~dp0
|
|
|
|
:: Defer control.
|
|
python3 "%~dp0\reclientreport.py" %* |