[PATCH] notmuch-mutt: Using /usr/bin/env to call perl

Subject: [PATCH] notmuch-mutt: Using /usr/bin/env to call perl

Date: Wed, 11 Apr 2012 19:26:09 -0500

To: notmuch@notmuchmail.org

Cc:

From: Taylor Carpenter


Supports other perl install locations
---
 contrib/notmuch-mutt/notmuch-mutt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt
index 71206c3..424f9a3 100755
--- a/contrib/notmuch-mutt/notmuch-mutt
+++ b/contrib/notmuch-mutt/notmuch-mutt
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 #
 # notmuch-mutt - notmuch (of a) helper for Mutt
 #
-- 
1.7.7.4


Thread: