fetch: Fix GCLIENT_PY3 on Windows

Bug: 939847
Change-Id: Ic5f87c7423ab72086ca928fecc15ed60408fbedd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1900165
Reviewed-by: Anthony Polito <apolito@google.com>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
This commit is contained in:
Edward Lesmes
2019-11-11 21:17:24 +00:00
committed by Commit Bot
parent 5ef16a3719
commit 7e55700844

View File

@@ -13,7 +13,7 @@ set PATH=%PATH%;%~dp0
:: Defer control.
IF "%GCLIENT_PY3%" == "1" (
vpython3 "%~dp0\fetch.py" %*y
vpython3 "%~dp0\fetch.py" %*
) ELSE (
vpython "%~dp0\fetch.py" %*
)