projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5007515
)
tools: binman: change shebang from python into python2
author
Jörg Krause
<joerg.krause@embedded.rocks>
Mon, 6 Mar 2017 20:07:11 +0000
(21:07 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sun, 12 Mar 2017 03:30:28 +0000
(22:30 -0500)
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
patch
|
blob
|
history
diff --git
a/tools/binman/binman.py
b/tools/binman/binman.py
index e1cb2fbb6f077b664a614ec15e40f77198e31f8d..857d698b4c249994dfa0b0321a2a355fef3d1891 100755
(executable)
--- a/
tools/binman/binman.py
+++ b/
tools/binman/binman.py
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
+#!/usr/bin/env python
2
# Copyright (c) 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>