commit | 2134342e57ea6904255015845abf4efd6d72504c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Aug 27 14:05:51 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Aug 28 17:18:49 2014 -0400 |
tree | c20590ae20e4ef8fdddb6ebe0ff9e46932270c1a | |
parent | 5a834c1f9e8ba6995c24bb93da4e766af9374f5b [diff] |
tools/genboardscfg.py: change shebang into /usr/bin/env python2 This tool only works on python 2 (python 2.6 or lator). Change the shebang to make sure the script is run by python 2 and clearly say the supported version in the comment block. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>