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

Taylor Carpenter taylor at codecafe.com
Wed Apr 11 17:26:09 PDT 2012


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



More information about the notmuch mailing list