This aligns with established naming convention for all other directories. BUG=webrtc:7593 NOTRY=True NOTREECHECKS=True R=ehmaldonado@webrtc.org, mbonadei@webrtc.org TBR=henrika@webrtc.org Review-Url: https://codereview.webrtc.org/2864213004 . Cr-Commit-Position: refs/heads/master@{#18059}
7 lines
133 B
Batchfile
Executable File
7 lines
133 B
Batchfile
Executable File
@echo off
|
|
setlocal
|
|
:: This is required with cygwin only.
|
|
PATH=%~dp0;%PATH%
|
|
set PYTHONDONTWRITEBYTECODE=1
|
|
call python "%~dp0mb.py" %*
|