do_cmake: Disable shell command printing feature before cmake execution

Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
This commit is contained in:
Junyoung, Sung 2019-10-25 02:17:59 +09:00
parent 87ada5fcc8
commit 678c14259f

View File

@ -55,6 +55,7 @@ else
CMAKE=cmake
fi
${CMAKE} $ARGS "$@" .. || exit 1
set +x
# minimal config to find plugins
cat <<EOF > ceph.conf