From commits-return-8867-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sun Oct 14 12:23:27 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E135FD70A for ; Sun, 14 Oct 2012 12:23:27 +0000 (UTC) Received: (qmail 27168 invoked by uid 500); 14 Oct 2012 12:23:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 27019 invoked by uid 500); 14 Oct 2012 12:23:24 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 26971 invoked by uid 99); 14 Oct 2012 12:23:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2012 12:23:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C950E44982; Sun, 14 Oct 2012 12:23:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Update error message Message-Id: <20121014122322.C950E44982@tyr.zones.apache.org> Date: Sun, 14 Oct 2012 12:23:22 +0000 (UTC) Updated Branches: refs/heads/docs bf5692979 -> d40c8a3b4 Update error message Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d40c8a3b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d40c8a3b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d40c8a3b Branch: refs/heads/docs Commit: d40c8a3b4454cabafd6e0cca06682a8351ad9848 Parents: bf56929 Author: Noah Slater Authored: Sun Oct 14 13:23:18 2012 +0100 Committer: Noah Slater Committed: Sun Oct 14 13:23:18 2012 +0100 ---------------------------------------------------------------------- bootstrap | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d40c8a3b/bootstrap ---------------------------------------------------------------------- diff --git a/bootstrap b/bootstrap index 9347674..cc37d35 100755 --- a/bootstrap +++ b/bootstrap @@ -58,8 +58,7 @@ find_program() { fi done - echo "Failed to locate required program:" 1>&2 - echo "\t$@" 1>&2 + echo "Unable to find any of the following: $@" 1>&2 set -e exit 1 }