Files
chromium_depot_tools/reclientreport.bat
Ben Segall 522e12caff Remove unnesisary quotes from propagated args in reclientreport.bat
"%*" 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>
2023-06-19 19:53:35 +00:00

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" %*