2 cd ${0%/*} ||
exit 1 # run from this directory
4 wmakeCheckPwd
"$WM_PROJECT_DIR/applications" ||
{
5 echo "Error: Current directory is not \$WM_PROJECT_DIR/applications"
6 echo " The environment variables are inconsistent with the installation."
7 echo " Check the OpenFOAM entries in your dot-files and source them."
11 [ -n "$FOAM_EXT_LIBBIN" ] ||
{
12 echo "Error: FOAM_EXT_LIBBIN not set"
13 echo " Check the OpenFOAM entries in your dot-files and source them."
22 # ----------------------------------------------------------------- end-of-file