From f0d8db152abf03f8cdc22a85818fe3d1fb260510 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 Jun 2024 19:59:39 +0200 Subject: [PATCH] tidy-up: use `/usr/bin/env perl` shebang Most Perl scripts already used it. Sync up the few outliers. Closes #14029 --- .github/scripts/badwords.pl | 2 +- .github/scripts/cleancmd.pl | 2 +- .github/scripts/cleanspell.pl | 2 +- scripts/ciconfig.pl | 2 +- scripts/cijobs.pl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 ___| | | | _ \| |