diff options
author | Tony Jones <tonyj@suse.de> | 2019-01-23 16:52:27 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-18 09:26:05 +0100 |
commit | e943e6b80d6dd5ea097a0b9b5d184300d5085480 (patch) | |
tree | 2891bb16d64ac40d27fe1000d141cc53c4e46fc8 /tools | |
parent | 8767bf7df6ae8cd14149cef7c45bd9109656e3bf (diff) | |
download | linux-stable-e943e6b80d6dd5ea097a0b9b5d184300d5085480.tar.gz linux-stable-e943e6b80d6dd5ea097a0b9b5d184300d5085480.tar.bz2 linux-stable-e943e6b80d6dd5ea097a0b9b5d184300d5085480.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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/tests/attr.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |