From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2BE836DE16BF for ; Tue, 12 Jun 2018 14:32:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.471 X-Spam-Level: X-Spam-Status: No, score=0.471 tagged_above=-999 required=5 tests=[AWL=-0.181, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r5eUGwZJrwl8 for ; Tue, 12 Jun 2018 14:32:44 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id C81316DE16BA for ; Tue, 12 Jun 2018 14:32:42 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 4A4AB10008E; Wed, 13 Jun 2018 00:32:31 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v2 3/3] use #!/usr/bin/env python consistently In-Reply-To: <20180612212110.32533-3-dkg@fifthhorseman.net> References: <20180612212110.32533-1-dkg@fifthhorseman.net> <20180612212110.32533-3-dkg@fifthhorseman.net> User-Agent: Notmuch/0.26.1+22~g888240d (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2018 21:32:45 -0000 On Tue, Jun 12 2018, Daniel Kahn Gillmor wrote: series LGTM. > --- > devel/nmbug/notmuch-report | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report > index 5789c5f4..eaceb2ce 100755 > --- a/devel/nmbug/notmuch-report > +++ b/devel/nmbug/notmuch-report > @@ -1,4 +1,4 @@ > -#!/usr/bin/python > +#!/usr/bin/env python > # > # Copyright (c) 2011-2012 David Bremner > # > -- > 2.17.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch