]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools/genboardscfg.py: change shebang into /usr/bin/env python2
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 27 Aug 2014 05:05:51 +0000 (14:05 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:49 +0000 (17:18 -0400)
commit2134342e57ea6904255015845abf4efd6d72504c
treec20590ae20e4ef8fdddb6ebe0ff9e46932270c1a
parent5a834c1f9e8ba6995c24bb93da4e766af9374f5b
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>
tools/genboardscfg.py