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