diff --git a/etc/tools/ParaView3Functions b/etc/tools/ParaView3Functions index 7a3cd28..f998a85 100644 --- a/etc/tools/ParaView3Functions +++ b/etc/tools/ParaView3Functions @@ -391,8 +391,8 @@ installParaView() cat<< INFO --- Installation complete for paraview-$ParaView_VERSION - Now update the environment by running: - wmREFRESH + You may need to update the OpenFOAM environment by running: + wmRefresh --- INFO } diff --git a/etc/tools/ParaViewFunctions b/etc/tools/ParaViewFunctions index c989264..7968344 100644 --- a/etc/tools/ParaViewFunctions +++ b/etc/tools/ParaViewFunctions @@ -415,7 +415,7 @@ cat<< INFO ParaView_DIR=$ParaView_DIR You may need to update the OpenFOAM environment by running: - wmREFRESH + wmRefresh --- INFO } diff --git a/makeCCMIO b/makeCCMIO index 5d1beb6..74a246b 100755 --- a/makeCCMIO +++ b/makeCCMIO @@ -102,7 +102,7 @@ do done # assert: directory must be available -[ -d "${ccmioPACKAGE}" ] || die "missing source directory '$ccmioPACKAGE'" +[ -d "$ccmioPACKAGE" ] || die "missing source directory '$ccmioPACKAGE'" #------------------------------------------------------------------------------