Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 7720 invoked from network); 3 Feb 2011 18:17:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 18:17:53 -0000 Received: (qmail 55926 invoked by uid 500); 3 Feb 2011 18:17:53 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 55686 invoked by uid 500); 3 Feb 2011 18:17:51 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 55663 invoked by uid 99); 3 Feb 2011 18:17:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 18:17:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.218.52 as permitted sender) Received: from [209.85.218.52] (HELO mail-yi0-f52.google.com) (209.85.218.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 18:17:43 +0000 Received: by yic1 with SMTP id 1so621981yic.11 for ; Thu, 03 Feb 2011 10:17:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=duJP/EhJ3uuKaPccEqW24HuRskvSCnRwtHDPio9TRpk=; b=k8ZrXVDX8+9UTi6I89HtUTSoDKuYa/D04qYAMgjcN9GwfCny3pMyKnKf5PWP1xuahn uKREMCKEya4yESwmoUmng2Y5Otmp8fFWNiF1DVcB9mNbw9RQ9XK4624s2+6LnoImsPmE CjG+dLtdO7upID8UwfgU6ZZVBKg0xbqUFVnxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=LidYpF9Bi1h8hi/AXEoXyzyqSbLN68dLKU2ZOItxLfVafRkarY/MU7w8HYlvmwcQ3f pL9czcE98S7uM0Yq9W6/+95MNnxw86DCiKIG07UaJo1PrEsnirMFrY9oJywmNCFYw9II bznnfnen7KB7tlzk2xC2RVmyVSUwF1gLAzAwU= Received: by 10.146.84.3 with SMTP id h3mr121678yab.18.1296756991204; Thu, 03 Feb 2011 10:16:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.182.8 with HTTP; Thu, 3 Feb 2011 10:10:20 -0800 (PST) In-Reply-To: References: <20110203001719.BD0FF23889CB@eris.apache.org> From: Paul Davis Date: Thu, 3 Feb 2011 13:10:20 -0500 Message-ID: Subject: Re: svn commit: r1066704 - /couchdb/trunk/test/etap/ To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Feb 3, 2011 at 11:55 AM, Noah Slater wrote: > > On 3 Feb 2011, at 16:43, Paul Davis wrote: > >>> Finally, the .sh scripts should start with #!/bin/sh (preferred) or #!/usr/bin/env sh but never have anything "bash" in them. Portability and all. > > Every shell script in our codebase should start with: > > #!/bin/sh -e > > > All your shell script are belong to us. I'm on it as soon as I can figure out why tar is dying on this machine.