commit | cd6d46e3daa58a8a794272ee86d48084885a7e2e | [log] [tgz] |
---|---|---|
author | Jörg Krause <joerg.krause@embedded.rocks> | Mon Mar 06 21:07:11 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 11 22:30:28 2017 -0500 |
tree | 3f072e16ed85ce1e6a4889325899b6291c479b68 | |
parent | d3bc9855b830a35f814055fb3569fd5208555b84 [diff] |
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>