Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 11, 2023
1 parent 7a53302 commit b8affaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8affaf

Please sign in to comment.