]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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)
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

index e1cb2fbb6f077b664a614ec15e40f77198e31f8d..857d698b4c249994dfa0b0321a2a355fef3d1891 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 # Copyright (c) 2016 Google, Inc
 # Written by Simon Glass <sjg@chromium.org>