Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: tools/checkbins/checkbins.bat

Issue 347008: Fix checkbins.py to find pefile import instead of .bat/.sh wrappers. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/checkbins/checkbins.py » ('j') | tools/checkbins/checkbins.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkbins/checkbins.bat
diff --git a/tools/checkbins/checkbins.bat b/tools/checkbins/checkbins.bat
index 8e7c00118ed3dc8562267e417117219feebc36b2..d7debd1050dfb68605df27854738b039e06355a4 100755
--- a/tools/checkbins/checkbins.bat
+++ b/tools/checkbins/checkbins.bat
@@ -1,4 +1 @@
-@echo off
-setlocal
-set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH%
-%~dp0..\..\third_party\python_24\python.exe %~dp0checkbins.py %*
+@%~dp0..\..\third_party\python_24\python.exe %~dp0checkbins.py %*
« no previous file with comments | « no previous file | tools/checkbins/checkbins.py » ('j') | tools/checkbins/checkbins.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698