You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:47 UTC

[30/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/8a2bf4ff
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8a2bf4ff
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8a2bf4ff

Branch: refs/heads/developer-preview-2.0
Commit: 8a2bf4ffdb0d8e4f13513394df55e527d2c8e44a
Parents: b6f22ab
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jun 24 16:25:32 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:07:46 2015 +0200

----------------------------------------------------------------------
 rel/overlay/bin/couchdb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8a2bf4ff/rel/overlay/bin/couchdb
----------------------------------------------------------------------
diff --git a/rel/overlay/bin/couchdb b/rel/overlay/bin/couchdb
index b2dc76b..a98aa86 100755
--- a/rel/overlay/bin/couchdb
+++ b/rel/overlay/bin/couchdb
@@ -12,7 +12,8 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-ERTS_BIN_DIR=$(cd ${0%/*} && pwd)
+$COUCHDB_BIN_DIR=$(cd ${0%/*} && pwd)
+ERTS_BIN_DIR=$COUCHDB_BIN_DIR/../lib/couchdb/
 
 export ROOTDIR=${ERTS_BIN_DIR%/*}