[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <3ca0515edb717e0f394f973f3cbbe2c80abb35e4.1671190496.git.christophe.leroy@csgroup.eu>
Date: Fri, 16 Dec 2022 12:38:12 +0100
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: FRANJOU Stephane <stephane.franjou@...roup.eu>,
gregkh@...uxfoundation.org, stable@...r.kernel.org
Cc: Christophe Leroy <christophe.leroy@...roup.eu>,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
Tony Jones <tonyj@...e.de>, Jiri Olsa <jolsa@...nel.org>,
Jonathan Corbet <corbet@....net>,
Ravi Bangoria <ravi.bangoria@...ux.ibm.com>,
Seeteena Thoufeek <s1seetee@...ux.vnet.ibm.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH] [Backport for 4.14] perf script python: Remove explicit shebang from tests/attr.c
From: Tony Jones <tonyj@...e.de>
[Upstream commit d72eadbc1d2866fc047edd4535ffb0298fe240be]
tests/attr.c invokes attr.py via an explicit invocation of Python
($PYTHON) so there is therefore no need for an explicit shebang.
Also most distros follow pep-0394 which recommends that /usr/bin/python
refer only to v2 and so may not exist on the system (if PYTHON=python3).
Signed-off-by: Tony Jones <tonyj@...e.de>
Acked-by: Jiri Olsa <jolsa@...nel.org>
Cc: Jonathan Corbet <corbet@....net>
Cc: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
Cc: Seeteena Thoufeek <s1seetee@...ux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20190124005229.16146-5-tonyj@suse.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
Signed-off-by: Christophe Leroy <christophe.leroy@...roup.eu>
---
tools/perf/tests/attr.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/tests/attr.py b/tools/perf/tests/attr.py
index 6c68435585c7..3e07eee33b10 100644
--- a/tools/perf/tests/attr.py
+++ b/tools/perf/tests/attr.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
# SPDX-License-Identifier: GPL-2.0
import os
--
2.38.1
Powered by blists - more mailing lists