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

Unified Diff: tools/checkbins/checkbins.sh

Issue 345015: Rename checkbin to checkbins (because it checks multiple binaries) and set sv... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « tools/checkbins/checkbins.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkbins/checkbins.sh
===================================================================
--- tools/checkbins/checkbins.sh (revision 30366)
+++ tools/checkbins/checkbins.sh (working copy)
@@ -6,4 +6,4 @@
# Include pefile in the path.
PYTHONPATH="$(dirname $0)/../../third_party/pefile:$PYTHONPATH"
export PYTHONPATH
-python "$(dirname $0)/checkbin.py" "$@"
+python "$(dirname $0)/checkbins.py" "$@"
Property changes on: tools\checkbins\checkbins.sh
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « tools/checkbins/checkbins.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698