summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Zacchiroli <zack@upsilon.cc>2016-04-21 14:10:25 -0400
committerDavid Bremner <david@tethera.net>2016-06-30 17:50:16 +0200
commit9e6017b8b48db2268e7fc772c6009935838cc7e4 (patch)
tree1a66c9074b2f0060431716b92ad86660409ae641
parentff9284db6ebec1e4cbd7528d63da3cdf4ea9ddff (diff)
notmuch-mutt: use env to locate perl for increased portability
Note: this patch drops -w from the shebang line, but we still have "use warnings" in the script, which is superior anyhow. Thanks Andreas Tolfsen for the suggestion.
-rwxr-xr-xcontrib/notmuch-mutt/notmuch-mutt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt
index b47b3651..97fb2d85 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
#
# notmuch-mutt - notmuch (of a) helper for Mutt
#