]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
notmuch-mutt: use env to locate perl for increased portability
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 21 Apr 2016 18:10:25 +0000 (14:10 -0400)
committerDavid 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

index b47b36514a7d97a0a2c0a592b1c6155ef1599739..97fb2d85160cb9a495de68c31103671beeae3fc0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # notmuch-mutt - notmuch (of a) helper for Mutt
 #