From: Kefu Chai Date: Fri, 31 Jan 2020 16:13:32 +0000 (+0800) Subject: do_cmake.sh: bail out if something goes wrong X-Git-Tag: v15.1.1~574^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44ec921b448fe8686c46884ebc0828ba904349e8;p=ceph.git do_cmake.sh: bail out if something goes wrong so we can be aware if some updated submodule reference is missing in our repo Signed-off-by: Kefu Chai --- diff --git a/do_cmake.sh b/do_cmake.sh index 182b7b1a9fb..cc68e560ade 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -x +set -ex git submodule update --init --recursive