summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTony Jones <tonyj@suse.de>2019-01-23 16:52:27 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-18 11:30:00 +0100
commit1848c647275ebdc8b1d9d57857a1420698a00928 (patch)
treed122f4d3052c0bc255c8c12af8fa09baa2c10ad5 /tools
parente40408bab07b25723565a2d45b6299778ddfb7b3 (diff)
downloadlinux-stable-1848c647275ebdc8b1d9d57857a1420698a00928.tar.gz
linux-stable-1848c647275ebdc8b1d9d57857a1420698a00928.tar.bz2
linux-stable-1848c647275ebdc8b1d9d57857a1420698a00928.zip
perf script python: Remove explicit shebang from tests/attr.c
commit d72eadbc1d2866fc047edd4535ffb0298fe240be upstream. 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@suse.de> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Cc: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com> Link: http://lkml.kernel.org/r/20190124005229.16146-5-tonyj@suse.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/tests/attr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/attr.py b/tools/perf/tests/attr.py
index 44090a9a19f3..3e07eee33b10 100644
--- a/tools/perf/tests/attr.py
+++ b/tools/perf/tests/attr.py
@@ -1,4 +1,3 @@
-#! /usr/bin/python
# SPDX-License-Identifier: GPL-2.0
import os