From 0e474dcd5169e7f31ad58d93055883ed625ddabf Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 10 Nov 2016 16:26:26 +0100 Subject: [PATCH] STYLE: adjust comment to reflect change to wmRefresh --- etc/tools/ParaView3Functions | 4 ++-- etc/tools/ParaViewFunctions | 2 +- makeCCMIO | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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'" #------------------------------------------------------------------------------