Backed out 4 changesets (bug 1879975) for causing l10n bustages CLOSED TREE
[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 %*