summaryrefslogtreecommitdiffstats
path: root/bootstrap-cmake.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2019-04-08 09:17:03 +0200
committerGitHub <noreply@github.com>2019-04-08 09:17:03 +0200
commitd0825d079a08b21304404a216de249f93e64d805 (patch)
treef6d2601956c0639d687428b62f6f37c7e0d33716 /bootstrap-cmake.sh
parent3d9b12611ed9ac29c664f9caa627cfb81bb0fe98 (diff)
parentae9ffd52cdc4d555dd916ee22a73dca07e933428 (diff)
Merge pull request #9039 from vespa-engine/hakonhall/install-controller-api-in-configserver
Install controller-api in configserver
Diffstat (limited to 'bootstrap-cmake.sh')
-rwxr-xr-xbootstrap-cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-cmake.sh b/bootstrap-cmake.sh
index 8f6bf953e6f..4352c8b9c0a 100755
--- a/bootstrap-cmake.sh
+++ b/bootstrap-cmake.sh
@@ -23,7 +23,7 @@ while getopts "uh" opt; do
done
shift $((OPTIND-1))
-if [[ $# -eq 0 ]]; then
+if [[ $# -eq 0 ]]; then
SOURCE_DIR=$(dirname "$0")
EXTRA_CMAKE_ARGS=""
elif [[ $# -eq 1 ]]; then