From: jderehag@hotmail.com (jderehag@hotmail.com)
Subject: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env
Date: Thu, 27 Mar 2014 08:57:06 +0100 [thread overview]
Message-ID: <1395907026-934-1-git-send-email-jderehag@hotmail.com> (raw)
In-Reply-To: <1396845262.585.1395775224524.JavaMail.zimbra@efficios.com>
From: Jesper Derehag <jderehag@hotmail.com>
This modification calls the interpreter through env instead of
directly, which should be more portable for those distros which do not install
python into /usr/bin/.
---
tools/lttng-gen-tp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/lttng-gen-tp b/tools/lttng-gen-tp
index c49e8a5..a3a01f2 100755
--- a/tools/lttng-gen-tp
+++ b/tools/lttng-gen-tp
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright (c) 2012 Yannick Brosseau <yannick.brosseau at gmail.com>
#
--
1.7.9.5
prev parent reply other threads:[~2014-03-27 7:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1395671384-24750-1-git-send-email-jderehag@hotmail.com>
[not found] ` <654526496.119.1395756962956.JavaMail.zimbra@efficios.com>
[not found] ` <DUB123-W18FF6C4DAEAEC5A2346C92DD650@phx.gbl>
2014-03-25 19:20 ` [lttng-dev] [PATCH lttng-ust] Fix: Corrected python version assumptions in lttng-gen-tp Mathieu Desnoyers
2014-03-27 7:57 ` jderehag [this message]
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=1395907026-934-1-git-send-email-jderehag@hotmail.com \
--to=jderehag@hotmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox