From: Jagannadha Sutradharudu Teki Date: Sat, 28 Sep 2013 17:38:14 +0000 (+0530) Subject: buildman: Use env to pick the python from $PATH X-Git-Tag: v2013.10~10 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=a707b3db562c4c3ae580e2eabb05b59adcc31846 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 Acked-by: Simon Glass --- 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. #