You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/12/22 17:53:38 UTC

[2/2] git commit: fix make check-js typo

fix make check-js typo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/941626c8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/941626c8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/941626c8

Branch: refs/heads/master
Commit: 941626c8f7953f525d8f482e0b00ef6da44bd65d
Parents: 9bdc5cc
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Dec 22 17:53:26 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Dec 22 17:53:26 2012 +0100

----------------------------------------------------------------------
 test/javascript/run.tpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/941626c8/test/javascript/run.tpl
----------------------------------------------------------------------
diff --git a/test/javascript/run.tpl b/test/javascript/run.tpl
index fb43139..7831359 100644
--- a/test/javascript/run.tpl
+++ b/test/javascript/run.tpl
@@ -53,7 +53,7 @@ abort() {
 
 # start CouchDB
 if [ -z $COUCHDB_NO_START ]; then
-    $(MAKE) dev
+    $MAKE dev
     trap 'abort' EXIT
 	./utils/run -b -r 1 -n \
 		-a $BUILD_DIR/etc/couchdb/default_dev.ini \