]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: binman: change shebang from python into python2
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 6 Mar 2017 20:07:11 +0000 (21:07 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 12 Mar 2017 03:30:28 +0000 (22:30 -0500)
commit66a7a2464870700b17d7235ff247c45d705ed5f7
tree3f072e16ed85ce1e6a4889325899b6291c479b68
parent50075153fe66d8f9a859191132e8f23f11ba57d4
tools: binman: change shebang from python into python2

This tool does not work with Python 3. Change the shebang to make sure the
script is run by a Python 2 interpreter.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
tools/binman/binman.py