]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake: Disable shell command printing feature before cmake execution 31113/head
authorJunyoung, Sung <junyoung.sung@navercorp.com>
Thu, 24 Oct 2019 17:17:59 +0000 (02:17 +0900)
committerJunyoung, Sung <junyoung.sung@navercorp.com>
Thu, 24 Oct 2019 17:17:59 +0000 (02:17 +0900)
Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
do_cmake.sh

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