summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-08-09 02:59:18 -0400
committerng0 <ng0@infotropique.org>2017-08-22 15:29:52 +0000
commitbbed66fb47c7afe109e5a1324d0ed843f2dbae60 (patch)
tree3f657008a22f39bcbe96d6b9ccc95f2225843902
parent981b4441846987f271bf69aba49d5828947cbafa (diff)
downloadgnurl-bbed66fb47c7afe109e5a1324d0ed843f2dbae60.tar.gz
gnurl-bbed66fb47c7afe109e5a1324d0ed843f2dbae60.tar.bz2
gnurl-bbed66fb47c7afe109e5a1324d0ed843f2dbae60.zip
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 ___| | | | _ \| |