projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9284d
)
notmuch-mutt: use env to locate perl for increased portability
author
Stefano Zacchiroli
<zack@upsilon.cc>
Thu, 21 Apr 2016 18:10:25 +0000
(14:10 -0400)
committer
David Bremner
<david@tethera.net>
Thu, 30 Jun 2016 15:50:16 +0000
(17:50 +0200)
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.
contrib/notmuch-mutt/notmuch-mutt
patch
|
blob
|
history
diff --git
a/contrib/notmuch-mutt/notmuch-mutt
b/contrib/notmuch-mutt/notmuch-mutt
index b47b36514a7d97a0a2c0a592b1c6155ef1599739..97fb2d85160cb9a495de68c31103671beeae3fc0 100755
(executable)
--- 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
#