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.
This commit is contained in:
Stefano Zacchiroli 2016-04-21 14:10:25 -04:00 committed by David Bremner
parent ff9284db6e
commit 9e6017b8b4

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
#
# notmuch-mutt - notmuch (of a) helper for Mutt
#