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/09/28 16:50:02 UTC

[33/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

Fix bashism in configure script


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

Branch: refs/heads/developer-preview-2.0
Commit: 80f0780f3f06498185161fee4a11e8095630deae
Parents: 73b4eea
Author: Klaus Trainer <kl...@apache.org>
Authored: Wed Sep 23 16:26:49 2015 +0200
Committer: Klaus Trainer <kl...@apache.org>
Committed: Wed Sep 23 16:26:49 2015 +0200

----------------------------------------------------------------------
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/80f0780f/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index 65d7d33..fe6a6d3 100755
--- a/configure
+++ b/configure
@@ -649,7 +649,7 @@ cat > $rootdir/config.erl << EOF
 EOF
 
 
-function install_local_rebar(){
+install_local_rebar() {
   if [ ! -x "${rootdir}/bin/rebar" ]; then
       git clone --depth 1 --branch 2.6.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar
       make -C ${rootdir}/src/rebar