tools: binman: Use /usr/bin/env to find python executable
authorEmmanuel Vadot <manu@bidouilliste.com>
Tue, 27 Dec 2016 21:36:08 +0000 (22:36 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2017 16:14:04 +0000 (11:14 -0500)
commit6d799d04a843b85b0842b7c266a16b3c515b8c35
tree5201c66aad9235ca8dedb6904792eaa4285cd3b9
parent208d14bacd713c9043d966111e77f31e6fe1c16c
tools: binman: Use /usr/bin/env to find python executable

Some OS (all BSD and probably others) do not have python in /usr/bin
but in another directory.
It is a common usage to use /usr/bin/env python as shebang for python
scripts so use this for binman.

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
tools/binman/binman.py