mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
do_cmake: Disable shell command printing feature before cmake execution
Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
This commit is contained in:
parent
87ada5fcc8
commit
678c14259f
@ -55,6 +55,7 @@ else
|
||||
CMAKE=cmake
|
||||
fi
|
||||
${CMAKE} $ARGS "$@" .. || exit 1
|
||||
set +x
|
||||
|
||||
# minimal config to find plugins
|
||||
cat <<EOF > ceph.conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user