summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Trainer <klaus_trainer@apache.org>2015-09-23 16:26:49 +0200
committerKlaus Trainer <klaus_trainer@apache.org>2015-09-23 16:26:49 +0200
commit80f0780f3f06498185161fee4a11e8095630deae (patch)
tree8c8c26d35dd825224fd558008b9d4603fd052e59
parent73b4eea0dd86efd597a853c8eb1bd689978f3c06 (diff)
downloadcouchdb-80f0780f3f06498185161fee4a11e8095630deae.tar.gz
Fix bashism in configure script
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 65d7d33a9..fe6a6d34e 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