mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +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
0
tests/libtest/mk-lib1521.pl
Normal file → Executable file
0
tests/libtest/mk-lib1521.pl
Normal file → Executable file
0
tests/manpage-scan.pl
Normal file → Executable file
0
tests/manpage-scan.pl
Normal file → Executable file
0
tests/mem-include-scan.pl
Normal file → Executable file
0
tests/mem-include-scan.pl
Normal file → Executable file
0
tests/nroff-scan.pl
Normal file → Executable file
0
tests/nroff-scan.pl
Normal file → Executable file
2
tests/server/base64.pl
Normal file → Executable file
2
tests/server/base64.pl
Normal file → Executable 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
0
tests/symbol-scan.pl
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue