2 cd ${0%/*} ||
exit 1 # run from this directory
4 if [ "$PWD" != "$WM_PROJECT_DIR/applications" ]
6 echo "Error: Current directory in not \$WM_PROJECT_DIR/applications"
7 echo " The environment variable are not consistent with the installation."
8 echo " Check the OpenFOAM entries in your dot-files and source them."
17 # ----------------------------------------------------------------- end-of-file