gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 13/41: mkhelp.pl: allow executing this script direc


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 13/41: mkhelp.pl: allow executing this script directly
Date: Sun, 20 Aug 2017 20:46:35 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.1
in repository gnurl.

commit f87e77b1d849435fcefdde01a7fede7c9e2ff3df
Author: Jay Satiro <address@hidden>
AuthorDate: Wed Aug 9 02:59:18 2017 -0400

    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
---
 src/mkhelp.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mkhelp.pl b/src/mkhelp.pl
old mode 100644
new mode 100755
index 3295dca5e..270daa20a
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]