mirror of
https://github.com/curl/curl.git
synced 2026-04-28 21:42:13 +03:00
tidy-up: use /usr/bin/env perl shebang
Most Perl scripts already used it. Sync up the few outliers. Closes #14029
This commit is contained in:
parent
8d067e61b0
commit
f0d8db152a
5 changed files with 5 additions and 5 deletions
2
.github/scripts/badwords.pl
vendored
2
.github/scripts/badwords.pl
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
|
|
|||
2
.github/scripts/cleancmd.pl
vendored
2
.github/scripts/cleancmd.pl
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
|
|
|||
2
.github/scripts/cleanspell.pl
vendored
2
.github/scripts/cleanspell.pl
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue