summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-06-24 16:25:32 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:07:47 +0200
commitb335877b7289d7e0c50066c35ea9be42a4c37270 (patch)
tree94acd6d58ec7923f40934935ed379a1b33bcd361
parent8a2bf4ffdb0d8e4f13513394df55e527d2c8e44a (diff)
downloadcouchdb-b335877b7289d7e0c50066c35ea9be42a4c37270.tar.gz
fix paths in couchdb start script
-rwxr-xr-xrel/overlay/bin/couchdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/bin/couchdb b/rel/overlay/bin/couchdb
index a98aa8659..6b234e01d 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%/*}