[lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Wed Apr 2 12:34:56 EDT 2014


For the next patches, please add a 

Signed-off-by: Name Lastname <email>

line at the end of the patch description to follow the
LTTng project's use of developer's certificate of origin.

Please let me know if I can add your signed-off-by as:

Signed-off-by: Jesper Derehag <jderehag at hotmail.com>

to this patch so I can merge it.

If you wonder what it means, see:

http://elinux.org/Developer_Certificate_Of_Origin

Thanks!

Mathieu

----- Original Message -----
> From: jderehag at hotmail.com
> To: lttng-dev at lists.lttng.org
> Sent: Thursday, March 27, 2014 3:57:06 AM
> Subject: [lttng-dev] [PATCH v2 lttng-ust] Fix: python invocation through env
> 
> From: Jesper Derehag <jderehag at 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
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list