]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: use `/usr/bin/env perl` shebang
authorViktor Szakats <commit@vsz.me>
Wed, 26 Jun 2024 17:59:39 +0000 (19:59 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 26 Jun 2024 21:58:10 +0000 (23:58 +0200)
Most Perl scripts already used it. Sync up the few outliers.

Closes #14029

.github/scripts/badwords.pl
.github/scripts/cleancmd.pl
.github/scripts/cleanspell.pl
scripts/ciconfig.pl
scripts/cijobs.pl

index ffebad94e9d5e86b5484e26f6f301342d6a89bcf..3b215e43fb9bca40c3ac0a6113cf3e643c6fd8d4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
index 3c88c94939da0257c98641103adca9f32047b99c..e9366de740103fc1467415ea9d6a4d74d227421a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
index 9a0d79f588dcfbafa7e615cefd4f59bae13a5e44..bfa07dc0531208be6d5b87e4792d3c32f43e0b4e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # SPDX-License-Identifier: curl
index e232e3e5e6f12b73a84eb76b7f87ab96fac7a3a3..93358def21dde7fd90df1ae3503e802ea3b83f5d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |
index 150e2cb8f33e9637d4944ac1cbf608cebbb71c58..7d0a2dec7a563a9922ec48e2a5fbf853475137aa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |