Skip to content

Commit

Permalink
do_cmake: Disable shell command printing feature before cmake execution
Browse files Browse the repository at this point in the history
Signed-off-by: Junyoung, Sung <junyoung.sung@navercorp.com>
  • Loading branch information
Junyoung, Sung committed Oct 24, 2019
1 parent 87ada5f commit 678c142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ else
CMAKE=cmake
fi
${CMAKE} $ARGS "$@" .. || exit 1
set +x

# minimal config to find plugins
cat <<EOF > ceph.conf
Expand Down

0 comments on commit 678c142

Please sign in to comment.