From: Jay Satiro Date: Wed, 9 Aug 2017 06:59:18 +0000 (-0400) Subject: mkhelp.pl: allow executing this script directly X-Git-Tag: curl-7_55_1~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f87e77b1d849435fcefdde01a7fede7c9e2ff3df;p=thirdparty%2Fcurl.git mkhelp.pl: allow executing this script directly - Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Ref: https://github.com/curl/curl/issues/1743 --- diff --git a/src/mkhelp.pl b/src/mkhelp.pl old mode 100644 new mode 100755 index 3295dca5ec..270daa20a3 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| |