From: Viktor Szakats Date: Wed, 26 Jun 2024 17:59:39 +0000 (+0200) Subject: tidy-up: use `/usr/bin/env perl` shebang X-Git-Tag: curl-8_9_0~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0d8db152abf03f8cdc22a85818fe3d1fb260510;p=thirdparty%2Fcurl.git tidy-up: use `/usr/bin/env perl` shebang Most Perl scripts already used it. Sync up the few outliers. Closes #14029 --- diff --git a/.github/scripts/badwords.pl b/.github/scripts/badwords.pl index ffebad94e9..3b215e43fb 100755 --- a/.github/scripts/badwords.pl +++ b/.github/scripts/badwords.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl diff --git a/.github/scripts/cleancmd.pl b/.github/scripts/cleancmd.pl index 3c88c94939..e9366de740 100755 --- a/.github/scripts/cleancmd.pl +++ b/.github/scripts/cleancmd.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl diff --git a/.github/scripts/cleanspell.pl b/.github/scripts/cleanspell.pl index 9a0d79f588..bfa07dc053 100755 --- a/.github/scripts/cleanspell.pl +++ b/.github/scripts/cleanspell.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl diff --git a/scripts/ciconfig.pl b/scripts/ciconfig.pl index e232e3e5e6..93358def21 100755 --- a/scripts/ciconfig.pl +++ b/scripts/ciconfig.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | diff --git a/scripts/cijobs.pl b/scripts/cijobs.pl index 150e2cb8f3..7d0a2dec7a 100755 --- a/scripts/cijobs.pl +++ b/scripts/cijobs.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| |