commit | f0e5e925cc4d9ad6e526e3b000b21d5c28651a6e | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon May 06 04:11:58 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu May 09 14:27:41 2013 -0700 |
tree | e0775bf370304cd401278b0f67a92248e629e146 | |
parent | 29c5abc8f32dd17fe06313e7d8a8d39e2302f76d [diff] |
patman: Do not hardcode python path Patman requires python 2.7.4 to run but it doesn't need to be placed in /usr/bin/python. Use env to ensure that the interpreter used is the first one on environment's $PATH on system with several versions of Python installed. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@ti.com> Acked-by: Simon Glass <sjg@chromium.org>