mirror of
https://github.com/curl/curl.git
synced 2026-07-26 06:47:16 +03:00
scripts: allow all perl scripts to be run directly
- Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Closes https://github.com/curl/curl/pull/2222
This commit is contained in:
parent
e4f86025d6
commit
d4e40f0690
15 changed files with 11 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
=begin comment
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# pass files as argument(s)
|
||||
|
||||
|
|
|
|||
2
docs/libcurl/mksymbolsmanpage.pl
Normal file → Executable file
2
docs/libcurl/mksymbolsmanpage.pl
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# ***************************************************************************
|
||||
# * _ _ ____ _
|
||||
# * Project ___| | | | _ \| |
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#***************************************************************************
|
||||
# _ _ ____ _
|
||||
# Project ___| | | | _ \| |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue