Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
[notmuch-archives.git] / 93 / 07b5dfb7f8b04409f6a0cc69fd1028bf728ff7
1 Return-Path: <pioto@pioto.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id D54BF431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Dec 2010 08:38:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id xXIqsUrR0THP for <notmuch@notmuchmail.org>;\r
16         Thu,  2 Dec 2010 08:38:06 -0800 (PST)\r
17 Received: from everglades.pioto.org (mail.pioto.org [207.192.71.235])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7D360431FB5\r
19         for <notmuch@notmuchmail.org>; Thu,  2 Dec 2010 08:38:06 -0800 (PST)\r
20 Received: by everglades.pioto.org (Postfix, from userid 1000)\r
21         id 1FA711611E4; Thu,  2 Dec 2010 11:38:06 -0500 (EST)\r
22 Date: Thu, 2 Dec 2010 11:38:06 -0500\r
23 From: Mike Kelly <pioto@pioto.org>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] test: change "#!/bin/bash" to "#!/usr/bin/env bash"\r
26         enhances portability\r
27 Message-ID: <20101202163806.GA13069@everglades.pioto.org>\r
28 References: <1291235272-16335-1-git-send-email-joel.borggren.franck@gmail.com>\r
29 MIME-Version: 1.0\r
30 Content-Type: text/plain; charset=iso-8859-1\r
31 Content-Disposition: inline\r
32 Content-Transfer-Encoding: 8bit\r
33 In-Reply-To:\r
34  <1291235272-16335-1-git-send-email-joel.borggren.franck@gmail.com>\r
35 User-Agent: Mutt/1.5.20 (2009-06-14)\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 02 Dec 2010 16:38:07 -0000\r
49 \r
50 On Wed, Dec 01, 2010 at 09:27:52PM +0100, Joel Borggrén-Franck wrote:\r
51 > From: Joel Borggrén-Franck <jbf@codehouse.se>\r
52\r
53 > Change #!/bin/bash at start of tests to "#!/usr/bin/env bash". That way\r
54 > systems running on bash < 4 can prepend bash >= 4 to path before\r
55 > running the tests.\r
56 \r
57 This is also important on systems where bash isn't in /bin/ (for\r
58 example, FreeBSD), so I'd appreciate this patch. (I'm slowly working on\r
59 various other patches that are required to get things working well on\r
60 FreeBSD).\r
61 \r
62 -- \r
63 Mike Kelly\r