repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix DisownOpener and related tests.
[chromium-blink-merge.git]
/
tools
/
git
/
move_source_file.bat
blob
bc3d7978e0121ed563e44a847c6c069d8481393f
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