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 21, 2023
1 parent d156d95 commit 512ddd1
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 @@ -90,7 +90,7 @@ fi
if [ ! -f ${PREFIX}/lib/libnetcdff.a ]; then
${SCRIPT_DIR}/build_netcdf-fortran.sh ${ARGS}
else
` echo "Found: ${PREFIX}/lib/libnetcdff.a"
echo "Found: ${PREFIX}/lib/libnetcdff.a"
fi

printf "\n"
Expand Down

0 comments on commit 512ddd1

Please sign in to comment.