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 54EBAD5FD for ; Sun, 18 Nov 2012 16:49:59 +0000 (UTC) Received: (qmail 16249 invoked by uid 500); 18 Nov 2012 16:49:54 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 15732 invoked by uid 500); 18 Nov 2012 16:49:54 -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 14293 invoked by uid 99); 18 Nov 2012 16:49:46 -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, 18 Nov 2012 16:49:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0C796314543; Sun, 18 Nov 2012 16:49:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [25/50] git commit: Update error message Message-Id: <20121118164946.0C796314543@tyr.zones.apache.org> Date: Sun, 18 Nov 2012 16:49:46 +0000 (UTC) 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/87a39d4c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/87a39d4c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/87a39d4c Branch: refs/heads/docs_tmp Commit: 87a39d4ceadbf141ba0d1d9eca1fffe779b90703 Parents: 9e03649 Author: Noah Slater Authored: Sun Oct 14 13:24:35 2012 +0100 Committer: Robert Newson Committed: Sun Nov 18 00:15:31 2012 +0000 ---------------------------------------------------------------------- bootstrap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/87a39d4c/bootstrap ---------------------------------------------------------------------- diff --git a/bootstrap b/bootstrap index cc37d35..5076bfa 100755 --- a/bootstrap +++ b/bootstrap @@ -58,7 +58,7 @@ find_program() { fi done - echo "Unable to find any of the following: $@" 1>&2 + echo "Unable to find any file: $@" 1>&2 set -e exit 1 }