foamInstallationTest: Updated help message

This commit is contained in:
Henry Weller 2015-12-03 08:40:56 +00:00
parent c005f6d68c
commit 820529b0e6

View File

@ -344,9 +344,9 @@ checkOpenFOAMEnvironment()
echo ""
echo "FATAL ERROR: OpenFOAM environment not configured."
echo ""
echo " Please refer to the installation section of the README file:"
echo " <OpenFOAM installation dir>/OpenFOAM-${WM_PROJECT_VERSION}/README"
echo " to source the OpenFOAM environment."
echo " Please follow the download and installation link in README.html:"
echo " <OpenFOAM installation dir>/OpenFOAM-${WM_PROJECT_VERSION}/README.html"
echo " for information on setting-up the OpenFOAM environment."
echo ""
exit 1
}