Commit 1d106cd2 authored by scherkus@chromium.org's avatar scherkus@chromium.org

Rename checkbin to checkbins (because it checks multiple binaries) and set svn properties.

TBR=maruel
BUG=25952
Review URL: http://codereview.chromium.org/345015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30372 0039d316-1c4b-4281-b951-d872f2087c98
parent 832d0211
@echo off @echo off
setlocal setlocal
set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH% set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH%
%~dp0..\..\third_party\python_24\python.exe %~dp0checkbin.py %* %~dp0..\..\third_party\python_24\python.exe %~dp0checkbins.py %*
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
# Include pefile in the path. # Include pefile in the path.
PYTHONPATH="$(dirname $0)/../../third_party/pefile:$PYTHONPATH" PYTHONPATH="$(dirname $0)/../../third_party/pefile:$PYTHONPATH"
export PYTHONPATH export PYTHONPATH
python "$(dirname $0)/checkbin.py" "$@" python "$(dirname $0)/checkbins.py" "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment