mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:57:17 +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
|
||||
|
||||
# pass files as argument(s)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue