From 57ad381fa0ebe6f49d9bfb6f2229a734c46888b3 Mon Sep 17 00:00:00 2001 From: Jesper Derehag Date: Thu, 27 Mar 2014 08:57:06 +0100 Subject: [PATCH] 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 --- 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 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 # -- 2.34.1