Bug 1760436 [wpt PR 33218] - Bump urllib3[secure] from 1.26.8 to 1.26.9 in /tools...
[gecko.git] / mach.cmd
blob7c7c6f74ae8f8d15cda9ea216e698bf1db3724e3
1 @ECHO OFF
2 SET topsrcdir=%~dp0
4 WHERE /q py
5 IF %ERRORLEVEL% EQU 0 (
6 py %topsrcdir%mach %*
7 ) ELSE (
8 python %topsrcdir%mach %*