summaryrefslogtreecommitdiffstats
path: root/bootstrap-cmake.sh
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-04-05 18:14:29 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-04-05 18:14:29 +0200
commitae9ffd52cdc4d555dd916ee22a73dca07e933428 (patch)
treeb78afba383d74b48048f5d466d43cdf565e1c00e /bootstrap-cmake.sh
parent23853baff3cce9718d2499457c95bc46bd73d67f (diff)
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