diff options
author | Finn Behrens <me@kloenk.de> | 2020-11-23 15:15:33 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-08 15:30:04 +0100 |
commit | c25ce589dca10d64dde139ae093abc258a32869c (patch) | |
tree | c5e640adc75424649375b50a06ba5bea58b8b010 /scripts/show_delta | |
parent | Linux 5.10-rc7 (diff) | |
download | linux-c25ce589dca10d64dde139ae093abc258a32869c.tar.xz linux-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 <me@kloenk.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/show_delta')
-rwxr-xr-x | scripts/show_delta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/show_delta b/scripts/show_delta index 264399307c4f..28e67e178194 100755 --- a/scripts/show_delta +++ b/scripts/show_delta @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # SPDX-License-Identifier: GPL-2.0-only # # show_deltas: Read list of printk messages instrumented with |