[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210331045112.2809594-1-wanjiabing@vivo.com>
Date: Wed, 31 Mar 2021 12:51:09 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Finn Behrens <me@...enk.de>,
Masahiro Yamada <masahiroy@...nel.org>,
Wan Jiabing <wanjiabing@...o.com>,
Michal Marek <mmarek@...e.cz>,
Mike Pagano <mpagano@...too.org>, linux-kernel@...r.kernel.org
Cc: kael_w@...h.net
Subject: [PATCH] scripts: show_delta: Update the python interpreter
In f29b5f3e6fc0a, the script is update to support python3.
Fix the python interpreter update to python3.
Fixes: f29b5f3e6fc0a ("show_delta: Update script to support python3")
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
scripts/show_delta | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/show_delta b/scripts/show_delta
index 28e67e178194..4660a988b2ad 100755
--- a/scripts/show_delta
+++ b/scripts/show_delta
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0-only
#
# show_deltas: Read list of printk messages instrumented with
--
2.25.1
Powered by blists - more mailing lists