Skip to content
Snippets Groups Projects
Commit 6d799d04 authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Tom Rini
Browse files

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: default avatarEmmanuel Vadot <manu@bidouilliste.com>
parent 208d14ba
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (c) 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment