commit | c05e7916b9ab3b47cc59467e82b51cd898b0ad57 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 21 18:34:57 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:30 2018 -0500 |
tree | fdfcfce6af59381fdf934d5987a1aba27ec6323c | |
parent | 4da5820f1af0f96a31e92e6f8e838e059617818c [diff] |
host-tools: use python2 explicitly for shebang All of these host tools are apparently written for Python2, not Python3. Use 'python2' in the shebang line according to PEP 394 (https://www.python.org/dev/peps/pep-0394/). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>