From abc51098824678cbce29d7913c4951a857033c49 Mon Sep 17 00:00:00 2001 From: Scott Lee Date: Wed, 2 Jul 2025 16:22:54 -0700 Subject: [PATCH] fix cipd_impl.ps1 failure when depot_tools path contains whitespaces Bug: 428834916 Change-Id: I190c63ef6f9f9c1decab4a2f410aa18699e6f273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6700873 Commit-Queue: Scott Lee Reviewed-by: Gavin Mak --- cipd.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipd.bat b/cipd.bat index ffdd43227f..c16b63a0f4 100644 --- a/cipd.bat +++ b/cipd.bat @@ -77,7 +77,7 @@ exit /b %EXPORT_ERRORLEVEL% :: in the file's properties dialog. echo.>"%~dp0.cipd_impl.ps1:Zone.Identifier" powershell -NoProfile -ExecutionPolicy RemoteSigned ^ - "%~dp0.cipd_impl.ps1" ^ + -File "%~dp0.cipd_impl.ps1" ^ -CipdBinary "%CIPD_BINARY%" ^ -Platform "%CIPD_PLATFORM%" ^ -BackendURL "%CIPD_BACKEND%" ^