]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0da13a82c4bcc1a4a39a9e5e576d7de5c26362ce
tree5201c66aad9235ca8dedb6904792eaa4285cd3b9
parentc7bcdb1ec3abe10fe10dd423fa2527fc62957dc2
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