[U-Boot] [RFC PATCH] patman: Do not hardcode python path

2013-05-06 Thread Michal Simek
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 --- tools/patman/patman.py | 2 +- 1 file

Re: [U-Boot] [RFC PATCH] patman: Do not hardcode python path

2013-05-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/06/2013 10:11 AM, Michal Simek wrote: > 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 > vers

Re: [U-Boot] [RFC PATCH] patman: Do not hardcode python path

2013-05-06 Thread Simon Glass
On Mon, May 6, 2013 at 8:14 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/06/2013 10:11 AM, Michal Simek wrote: >> 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 fir

Re: [U-Boot] [RFC PATCH] patman: Do not hardcode python path

2013-05-12 Thread Simon Glass
On Mon, May 6, 2013 at 1:03 PM, Simon Glass wrote: > On Mon, May 6, 2013 at 8:14 AM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/06/2013 10:11 AM, Michal Simek wrote: >>> Patman requires python 2.7.4 to run but it doesn't need to be >>> placed in /usr/bin/pytho