Fix threading issue in CookieMonster task ordering.
[chromium-blink-merge.git] / tools / git / move_source_file.bat
blobbc3d7978e0121ed563e44a847c6c069d8481393f
1 @echo off\r
2 setlocal\r
3 :: This is required with cygwin only.\r
4 PATH=%~dp0;%PATH%\r
5 set PYTHONDONTWRITEBYTECODE=1\r
6 call python "%~dp0move_source_file.py" %*\r