VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Finn Behrens <me@kloenk.de> 2020-11-23 15:15:33 +0100 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-12-08 23:30:04 +0900 commit: c25ce589dca10d64dde139ae093abc258a32869c parent: 0477e92881850d44910a7e94fc2c46f96faa131f
Commit Summary:
tweewide: Fix most Shebang lines
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/split-man.pl b/scripts/split-man.pl
index c3db607ee9ec..96bd99dc977a 100755
--- a/scripts/split-man.pl
+++ b/scripts/split-man.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # SPDX-License-Identifier: GPL-2.0
 #
 # Author: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>