summaryrefslogtreecommitdiffstats
path: root/tools/checkbin/checkbin.sh
blob: 7888d03b110de2e4967a57f20007dc16beeb9bec (plain)
1
2
3
4
5
6
7
8
9
#!/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)/checkbin.py" "$@"