git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: iblis <iblis@hs.ntnu.edu.tw>
To: git@vger.kernel.org
Cc: iblis@hs.ntnu.edu.tw
Subject: [PATCH] Avoid hard-coded perl path in sha-bang
Date: Mon, 5 Sep 2016 23:28:18 +0800	[thread overview]
Message-ID: <ddf84da5-036f-6e4f-839d-cef1f7ede4be@hs.ntnu.edu.tw> (raw)
In-Reply-To: <01020156faf163db-3a2e9796-3b12-43d2-90dd-2b843896a5b7-000000@eu-west-1.amazonses.com>

Signed-off-by: Iblis Lin <iblis@hs.ntnu.edu.tw>

---
  contrib/diff-highlight/diff-highlight | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/diff-highlight/diff-highlight b/contrib/diff-highlight/diff-highlight
index ffefc31..b57b0fd 100755
--- a/contrib/diff-highlight/diff-highlight
+++ b/contrib/diff-highlight/diff-highlight
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
  
  use 5.008;
  use warnings FATAL => 'all';


--

Iblis Lin


       reply	other threads:[~2016-09-05 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <01020156faf163db-3a2e9796-3b12-43d2-90dd-2b843896a5b7-000000@eu-west-1.amazonses.com>
2016-09-05 15:28 ` iblis [this message]
2016-09-05 19:41   ` [PATCH] Avoid hard-coded perl path in sha-bang brian m. carlson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ddf84da5-036f-6e4f-839d-cef1f7ede4be@hs.ntnu.edu.tw \
    --to=iblis@hs.ntnu.edu.tw \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).