Home
last modified time | relevance | path

Searched hist:"6 d799d04a843b85b0842b7c266a16b3c515b8c35" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/binman/
H A Dbinman.py6d799d04a843b85b0842b7c266a16b3c515b8c35 Tue Dec 27 21:36:08 UTC 2016 Emmanuel Vadot <manu@bidouilliste.com> 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>