Bug 1890277: part 1) Add CSP parser tests for `require-trusted-types-for`. r=tschuster
[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 %*