All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH] patman: Do not hardcode python path
Date: Mon, 6 May 2013 10:14:13 -0400	[thread overview]
Message-ID: <5187BAB5.5060408@ti.com> (raw)
In-Reply-To: <1e17aa12ee889859a17d2481b5142de30cfa660e.1367849513.git.michal.simek@xilinx.com>

-----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
> versions of Python installed.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- 
> tools/patman/patman.py | 2 +- 1 file changed, 1 insertion(+), 1
> deletion(-)
> 
> diff --git a/tools/patman/patman.py b/tools/patman/patman.py index
> a8061a9..7a317c5 100755 --- a/tools/patman/patman.py +++
> b/tools/patman/patman.py @@ -1,4 +1,4 @@ -#!/usr/bin/python 
> +#!/usr/bin/env python # # Copyright (c) 2011 The Chromium OS
> Authors. #

Reviewed-by: Tom Rini <trini@ti.com>

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRh7q0AAoJENk4IS6UOR1Wd50QAICcAr93mMDbGeSdnw4ve3+H
4JvdRPbrmEkDbp/8hl9LYtSgeHZKX80QW4g+A+pvzOlhrESZqnFD3qCX54BUajlF
7YjgslhGYaofYtJFPz/3j5vl4kvykAoCrZTYDSNONTlw/Bl+4QKhPdeaKmNYBRm+
8UIgABLyfcT/l7y3B9NZUEbsElsyIL2MKf/xZ47EBbl3a0uOFLFI0hOIqazIIbak
2BSs5UY+aA9sLCKQnddKkz8gPgCjZE9qLUfKdClI1VBn+f0YdkyX0H6eJN0nNOGM
MSYP7d/fgVI6aGZgZ/l1ZQffOK8c4Ryo/CVUEaHtVJQzQXoBqVlnEwWULZWIIQrP
PeC+Vrgcug/ZFdiHdOnaXjrWW6H5j2//uDg9iCkVYVjSdMAwClP0FEaQlpt8th8j
HFFspFqoQfDRPu2DufmZv+tzmsmkRUZNQuUn3g87b1Z+d2WvMrBB6X2NwEf8977c
djw6WmzmesoT0RZxChb7yXmUKl06qkFfyIChYDru0mJW9D32fMfqjqpo3XFrrNML
w25MCBVvONyIwNtBeeVUb5Jj/npX58v9uuTv3B3YRGBHFlXwLcoog0gnN5msMRS5
jO+5JyV0kFeSXc/VKP1H8kY4suAieUF/10s6OnzAUlZu12jhTmfhax0IDrXudbq3
UXrn3T92b7I5yPg/NbQ2
=nSTp
-----END PGP SIGNATURE-----

  reply	other threads:[~2013-05-06 14:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06 14:11 [U-Boot] [RFC PATCH] patman: Do not hardcode python path Michal Simek
2013-05-06 14:14 ` Tom Rini [this message]
2013-05-06 19:03   ` Simon Glass
2013-05-13  2:27     ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5187BAB5.5060408@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.