提交 66a7a246 编写于 作者: J Jörg Krause 提交者: Tom Rini

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: NJörg Krause <joerg.krause@embedded.rocks>
上级 50075153
#!/usr/bin/env python
#!/usr/bin/env python2
# Copyright (c) 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册