buildman: Use env to pick the python from $PATH
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Sat, 28 Sep 2013 17:38:14 +0000 (23:08 +0530)
committerTom Rini <trini@ti.com>
Tue, 15 Oct 2013 12:44:28 +0000 (08:44 -0400)
python used in buildman doesn't need to be placed in
/usr/bin/python, So use env to ensure that the interpreter
will pick the python from environment.

Usefull with several versions of python's installed on system.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Acked-by: Simon Glass <sjg@chromium.org>

No differences found