From b8affaf97d157392e9ecd542cf69dd4b5b4b8d8c Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:52:32 -0400 Subject: [PATCH] Fixed typo --- buildscripts/build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/build_dependencies.sh b/buildscripts/build_dependencies.sh index 154904f16..c225210bb 100755 --- a/buildscripts/build_dependencies.sh +++ b/buildscripts/build_dependencies.sh @@ -131,7 +131,7 @@ cd ../netcdf-fortran-4.6.1 make make check make install -if [ $? -ne 0]; then +if [ $? -ne 0 ]; then echo "netcdf-fortran could not be compiled." exit 1 fi