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:
Jay Satiro 2018-01-07 01:34:46 -05:00
parent e4f86025d6
commit d4e40f0690
15 changed files with 11 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
=begin comment

View file

@ -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
View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# ***************************************************************************
# * _ _ ____ _
# * Project ___| | | | _ \| |

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |