Skip to content

Commit

Permalink
Per #2669, adding in missing then keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Oct 9, 2023
1 parent c2fdb27 commit 47d3698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/installation/compile_MET_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47d3698

Please sign in to comment.