summaryrefslogtreecommitdiffstats
path: root/tools/checkbins/checkbins.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkbins/checkbins.sh')
-rwxr-xr-xtools/checkbins/checkbins.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/checkbins/checkbins.sh b/tools/checkbins/checkbins.sh
deleted file mode 100755
index e0e3bd1..0000000
--- a/tools/checkbins/checkbins.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# Include pefile in the path.
-PYTHONPATH="$(dirname $0)/../../third_party/pefile:$PYTHONPATH"
-export PYTHONPATH
-python "$(dirname $0)/checkbins.py" "$@"