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

0
tests/libtest/mk-lib1521.pl Normal file → Executable file
View file

0
tests/manpage-scan.pl Normal file → Executable file
View file

0
tests/mem-include-scan.pl Normal file → Executable file
View file

0
tests/nroff-scan.pl Normal file → Executable file
View file

2
tests/server/base64.pl Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use MIME::Base64 qw(encode_base64);

0
tests/symbol-scan.pl Normal file → Executable file
View file