diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-01-07 01:34:46 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-01-07 15:42:11 -0500 |
commit | d4e40f0690befff7e4668f69850674f29a0c453b (patch) | |
tree | cff8b69589f91a6da3be4e5576158bd77e3bf935 /scripts/updatemanpages.pl | |
parent | e4f86025d6ba3f0029a592d9326dc7d1350e5bea (diff) | |
download | curl-d4e40f0690befff7e4668f69850674f29a0c453b.tar.gz |
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
Diffstat (limited to 'scripts/updatemanpages.pl')
-rwxr-xr-x | scripts/updatemanpages.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/updatemanpages.pl b/scripts/updatemanpages.pl index 6a58dbd42..e144bad11 100755 --- a/scripts/updatemanpages.pl +++ b/scripts/updatemanpages.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | |