commit | 5a8911e364ae627240052546b417650b6335062a | [log] [tgz] |
---|---|---|
author | Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com> | Sat Sep 28 23:08:14 2013 +0530 |
committer | Tom Rini <trini@ti.com> | Tue Oct 15 08:44:28 2013 -0400 |
tree | 9a96fa7e880c39c0e642c3b6de1bea8dcf509abc | |
parent | 1dc96a5c9b85b3383f6d5c4eb57e344c000b8c9d [diff] |
buildman: Use env to pick the python from $PATH 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>