1 Star 0 Fork 15

周文培/lttng-ust

forked from src-openEuler/lttng-ust 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lttng-gen-tp-shebang.patch 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴超超 提交于 2020-11-02 17:08 . fix lttng-gen-tp command
From 20e138a4e4bab0b06a99662637e808a027cd3d2e Mon Sep 17 00:00:00 2001
From: Michael Jeanson <[email protected]>
Date: Mon, 2 Nov 2020 15:27:21 +0800
Subject: [PATCH] fix lttng-gen-tp
https://src.fedoraproject.org/rpms/lttng-ust/blob/20e138a4e4bab0b06a99662637e808a027cd3d2e/f/lttng-gen-tp-shebang.patch
Signed-off-by: Michael Jeanson <[email protected]>
---
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 6aa1bba..fd6c8ba 100755
--- a/tools/lttng-gen-tp
+++ b/tools/lttng-gen-tp
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
#
# Copyright (c) 2012 Yannick Brosseau <[email protected]>
#
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouwenpei/lttng-ust.git
[email protected]:zhouwenpei/lttng-ust.git
zhouwenpei
lttng-ust
lttng-ust
master

搜索帮助