From 44ec921b448fe8686c46884ebc0828ba904349e8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 1 Feb 2020 00:13:32 +0800 Subject: [PATCH] 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 --- do_cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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