STYLE: adjust comment to reflect change to wmRefresh

This commit is contained in:
mark
2016-11-10 16:26:26 +01:00
parent 363691ff97
commit 0e474dcd51
3 changed files with 4 additions and 4 deletions

View File

@ -391,8 +391,8 @@ installParaView()
cat<< INFO cat<< INFO
--- ---
Installation complete for paraview-$ParaView_VERSION Installation complete for paraview-$ParaView_VERSION
Now update the environment by running: You may need to update the OpenFOAM environment by running:
wmREFRESH wmRefresh
--- ---
INFO INFO
} }

View File

@ -415,7 +415,7 @@ cat<< INFO
ParaView_DIR=$ParaView_DIR ParaView_DIR=$ParaView_DIR
You may need to update the OpenFOAM environment by running: You may need to update the OpenFOAM environment by running:
wmREFRESH wmRefresh
--- ---
INFO INFO
} }

View File

@ -102,7 +102,7 @@ do
done done
# assert: directory must be available # assert: directory must be available
[ -d "${ccmioPACKAGE}" ] || die "missing source directory '$ccmioPACKAGE'" [ -d "$ccmioPACKAGE" ] || die "missing source directory '$ccmioPACKAGE'"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------