summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2013-09-28 23:08:14 +0530
committerTom Rini <trini@ti.com>2013-10-15 08:44:28 -0400
commita707b3db562c4c3ae580e2eabb05b59adcc31846 (patch)
tree9a96fa7e880c39c0e642c3b6de1bea8dcf509abc /tools
parent9cc18042e61275210cf888e5759347eeb2a2e297 (diff)
downloadblackbird-obmc-uboot-a707b3db562c4c3ae580e2eabb05b59adcc31846.tar.gz
blackbird-obmc-uboot-a707b3db562c4c3ae580e2eabb05b59adcc31846.zip
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildman/buildman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman.py b/tools/buildman/buildman.py
index 43895b87ea..8822efefa5 100755
--- a/tools/buildman/buildman.py
+++ b/tools/buildman/buildman.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright (c) 2012 The Chromium OS Authors.
#
OpenPOWER on IntegriCloud