From e09a22071adb9803de45f1316da4c34ef9ea103c Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Wed, 26 Apr 2023 19:31:32 +0000 Subject: [PATCH] Minor format change to build script. Fixes #818. --- build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all.sh b/build_all.sh index a42cfe7f8..75f830326 100755 --- a/build_all.sh +++ b/build_all.sh @@ -28,7 +28,7 @@ fi # Ensure the submodules have been initialized. -if [[ ! -d ./ccpp-physics/physics ]];then +if [[ ! -d ./ccpp-physics/physics ]]; then git submodule init git submodule update fi