summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStefano Zacchiroli <zack@upsilon.cc>2016-04-21 14:10:25 -0400
committerDavid Bremner <david@tethera.net>2016-04-30 07:34:00 -0300
commite3e03fb718de9790bc9b7a78210f42559bff24e5 (patch)
treedca26994f02b23ce9fff005f00a42f0daeea9c22 /contrib
parentea5caecec5c50833a6f5a422e217a71eee6324af (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.
Diffstat (limited to 'contrib')
-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
#