| Index: tools/checkbins/checkbins.sh
|
| diff --git a/tools/checkbins/checkbins.sh b/tools/checkbins/checkbins.sh
|
| index e0e3bd165a73d7533e0bdcc9261c3e9c82d620b1..ff7bc770e2a9de5924151c76428e8b5da8b826df 100755
|
| --- a/tools/checkbins/checkbins.sh
|
| +++ b/tools/checkbins/checkbins.sh
|
| @@ -3,7 +3,4 @@
|
| # 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" "$@"
|
|
|