commit | 94b13bbae90bfb94204b8fe9c531bc163e746a9f | [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 | 56d1dded62246c48f772ddbd7211156a8a612974 [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>