mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a8416c340c
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
--- tools/lttng-gen-tp.orig 2017-01-08 00:38:50 UTC
|
|
+++ tools/lttng-gen-tp
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env %%PYTHON_VERSION%%
|
|
#
|
|
# Copyright (c) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
|
|
#
|