From 47d3698976cb79ace57dfad8a0ed35b5efe34093 Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Mon, 9 Oct 2023 13:50:09 -0600 Subject: [PATCH] Per #2669, adding in missing then keyword --- internal/scripts/installation/compile_MET_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/scripts/installation/compile_MET_all.sh b/internal/scripts/installation/compile_MET_all.sh index 81b86af4e4..ebb214334a 100644 --- a/internal/scripts/installation/compile_MET_all.sh +++ b/internal/scripts/installation/compile_MET_all.sh @@ -157,7 +157,7 @@ fi # if SQLITE_DIR is not set in the environment file, set it to the # ${LIB_DIR} so it can be used to install the PROJ library -if [[ -z ${SQLITE_INCLUDE_DIR} ]] && [[ -z ${SQLITE_LIB_DIR} ]]; +if [[ -z ${SQLITE_INCLUDE_DIR} ]] && [[ -z ${SQLITE_LIB_DIR} ]]; then COMPILE_SQLITE=1 else COMPILE_SQLITE=0