From: Junyoung, Sung Date: Thu, 24 Oct 2019 17:17:59 +0000 (+0900) Subject: do_cmake: Disable shell command printing feature before cmake execution X-Git-Tag: v15.1.0~1160^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31113%2Fhead;p=ceph.git do_cmake: Disable shell command printing feature before cmake execution Signed-off-by: Junyoung, Sung --- diff --git a/do_cmake.sh b/do_cmake.sh index 2e63195f4bf1..ad5d41f330c8 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -55,6 +55,7 @@ else CMAKE=cmake fi ${CMAKE} $ARGS "$@" .. || exit 1 +set +x # minimal config to find plugins cat < ceph.conf