[PATCH] test/atomicity: change shebang to '#!/usr/bin/env bash'
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 13 Nov 2011 08:52:35 +0000 (10:52 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:07 +0000 (09:40 -0800)
d2/ebade0311a7aa7cf609d10702e7587c553c7d6 [new file with mode: 0644]

diff --git a/d2/ebade0311a7aa7cf609d10702e7587c553c7d6 b/d2/ebade0311a7aa7cf609d10702e7587c553c7d6
new file mode 100644 (file)
index 0000000..6851de6
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <tomi.ollila@nixu.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CABB5429E27\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 00:52:37 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Ba-umbRDiqcI for <notmuch@notmuchmail.org>;\r
+       Sun, 13 Nov 2011 00:52:37 -0800 (PST)\r
+Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 37A42431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 00:52:37 -0800 (PST)\r
+Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
+       by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
+       pAD8qZJi022769\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 10:52:35 +0200\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: [PATCH] test/atomicity: change shebang to '#!/usr/bin/env bash'\r
+User-Agent: Notmuch/0.9+23~g556c5fa (http://notmuchmail.org) Emacs/23.3.1\r
+       (i686-pc-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 13 Nov 2011 10:52:35 +0200\r
+Message-ID: <yf6bosgz9nw.fsf@taco2.nixu.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 13 Nov 2011 08:52:37 -0000\r
+\r
+---\r
+ test/atomicity |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/test/atomicity b/test/atomicity\r
+index 3464238..ad7d4a3 100755\r
+--- a/test/atomicity\r
++++ b/test/atomicity\r
+@@ -1,4 +1,4 @@\r
+-#!/bin/bash\r
++#!/usr/bin/env bash\r
+ test_description='atomicity'\r
+ . ./test-lib.sh\r
\r
+-- \r
+1.5.6.5\r
+\r