Skip to content
Snippets Groups Projects
Commit ab8a8281 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 13/12/2023: profile_mesonh.ihm: manage correctly VER_OASIS if empty

parent 58715e89
No related branches found
No related tags found
No related merge requests found
...@@ -186,8 +186,10 @@ echo 'WARNING : You chose VER_CDF=CDFPERSO, please set NETCDF_CONFIG environment ...@@ -186,8 +186,10 @@ echo 'WARNING : You chose VER_CDF=CDFPERSO, please set NETCDF_CONFIG environment
fi fi
fi fi
# #
if [ -n "${VER_OASIS}" ] ; then
if [ \${VER_OASIS} = 'OASISPERSO' ] ; then if [ \${VER_OASIS} = 'OASISPERSO' ] ; then
if [ -z \$OASISDIR ] ; then if [ -z \$OASISDIR ] ; then
echo 'WARNING : You chose VER_OASIS=OASISPERSO, please set OASISDIR environment variable' echo 'WARNING : You chose VER_OASIS=OASISPERSO, please set OASISDIR environment variable'
fi fi
fi fi
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment