From mboxrd@z Thu Jan 1 00:00:00 1970 From: jderehag@hotmail.com (jderehag@hotmail.com) Date: Thu, 27 Mar 2014 08:57:06 +0100 Subject: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env In-Reply-To: <1396845262.585.1395775224524.JavaMail.zimbra@efficios.com> References: <1396845262.585.1395775224524.JavaMail.zimbra@efficios.com> Message-ID: <1395907026-934-1-git-send-email-jderehag@hotmail.com> From: Jesper Derehag 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 # -- 1.7.9.5