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 EDCDB18DBD for ; Wed, 22 Jul 2015 05:29:19 +0000 (UTC) Received: (qmail 21483 invoked by uid 500); 22 Jul 2015 05:29:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 21204 invoked by uid 500); 22 Jul 2015 05:29:19 -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 19909 invoked by uid 99); 22 Jul 2015 05:29:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 05:29:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B18E2E0F7F; Wed, 22 Jul 2015 05:29:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 22 Jul 2015 05:29:50 -0000 Message-Id: In-Reply-To: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> References: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca fix paths in couchdb start script Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b335877b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b335877b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b335877b Branch: refs/heads/developer-preview-2.0 Commit: b335877b7289d7e0c50066c35ea9be42a4c37270 Parents: 8a2bf4f Author: Jan Lehnardt Authored: Wed Jun 24 16:25:32 2015 +0200 Committer: Jan Lehnardt Committed: Wed Jun 24 23:07:47 2015 +0200 ---------------------------------------------------------------------- rel/overlay/bin/couchdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b335877b/rel/overlay/bin/couchdb ---------------------------------------------------------------------- diff --git a/rel/overlay/bin/couchdb b/rel/overlay/bin/couchdb index a98aa86..6b234e0 100755 --- a/rel/overlay/bin/couchdb +++ b/rel/overlay/bin/couchdb @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations under # the License. -$COUCHDB_BIN_DIR=$(cd ${0%/*} && pwd) +COUCHDB_BIN_DIR=$(cd ${0%/*} && pwd) ERTS_BIN_DIR=$COUCHDB_BIN_DIR/../lib/couchdb/ export ROOTDIR=${ERTS_BIN_DIR%/*}