diff options
| author | Finn Behrens <[email protected]> | 2020-11-23 14:15:33 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2020-12-08 14:30:04 +0000 |
| commit | c25ce589dca10d64dde139ae093abc258a32869c (patch) | |
| tree | c5e640adc75424649375b50a06ba5bea58b8b010 /tools/perf/python/tracepoint.py | |
| parent | Linux 5.10-rc7 (diff) | |
| download | kernel-c25ce589dca10d64dde139ae093abc258a32869c.tar.gz kernel-c25ce589dca10d64dde139ae093abc258a32869c.zip | |
tweewide: Fix most Shebang lines
Change every shebang which does not need an argument to use /usr/bin/env.
This is needed as not every distro has everything under /usr/bin,
sometimes not even bash.
Signed-off-by: Finn Behrens <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/python/tracepoint.py')
| -rwxr-xr-x | tools/perf/python/tracepoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/python/tracepoint.py b/tools/perf/python/tracepoint.py index eb76f6516247..461848c7f57d 100755 --- a/tools/perf/python/tracepoint.py +++ b/tools/perf/python/tracepoint.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # SPDX-License-Identifier: GPL-2.0 # -*- python -*- # -*- coding: utf-8 -*- |
