OSDN Git Service

build: use /usr/bin/env to call python
authorAndrew Bartholomew <andrewb03@gmail.com>
Sat, 10 May 2014 14:58:07 +0000 (10:58 -0400)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commiteb36407f098964f3f33497ca4e8bfce8ce01369c
tree6ad9791861c3d69e34ed0a116427d960d90d54c3
parent8ee4701fe6117c87cc334e5053deb17c5aa44400
build: use /usr/bin/env to call python

Hardcoding the path to python instead of env is not recommended.  This
can break the build in some Linux environments that link /usr/bin/python
to python3.

Change-Id: I4c62eb391acc6d468ce24ac8640834e965e76e78
core/checktree
tools/getb64key.py