git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update diff-highlight
@ 2016-02-22  4:14 Peter Dave Hello
  2016-02-22  4:49 ` Eric Sunshine
  2016-02-22  7:50 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Dave Hello @ 2016-02-22  4:14 UTC (permalink / raw)
  To: git

From: Peter Dave Hello <peterdavehello@users.noreply.github.com>

Use `#!/usr/bin/env perl` instead of `#!/usr/bin/perl`

So that it can works on FreeBSD.
---
 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';

--
https://github.com/git/git/pull/200

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-26  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  4:14 [PATCH] Update diff-highlight Peter Dave Hello
2016-02-22  4:49 ` Eric Sunshine
2016-02-22  5:59   ` Peter Dave Hello
2016-02-26  9:41   ` Roberto Tyley
2016-02-22  7:50 ` Junio C Hamano

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).