summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-08-09 02:59:18 -0400
committerJay Satiro <raysatiro@yahoo.com>2017-08-10 13:46:38 -0400
commitf87e77b1d849435fcefdde01a7fede7c9e2ff3df (patch)
treee980560c915f5631f36e955201ab2fad8aee9a90
parentd86e9182e41050be508a5dfbaa3f7070b817a685 (diff)
downloadcurl-f87e77b1d849435fcefdde01a7fede7c9e2ff3df.tar.gz
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
-rwxr-xr-x[-rw-r--r--]src/mkhelp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 3295dca5e..270daa20a 100644..100755
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |