From: Jesper Derehag Date: Thu, 27 Mar 2014 07:57:06 +0000 (+0100) Subject: Fix: python invocation through env X-Git-Tag: v2.4.1~4 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=57ad381fa0ebe6f49d9bfb6f2229a734c46888b3 Fix: python invocation through env 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/. Signed-off-by: Jesper Derehag Signed-off-by: Mathieu Desnoyers --- diff --git a/tools/lttng-gen-tp b/tools/lttng-gen-tp index c49e8a52..a3a01f27 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 #