etc/config.sh/aliases: use a direct call to $wmProjectDir/etc/config.sh/unset rather than the wmUnset alias

Patch contributed by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=3088
This commit is contained in:
Henry Weller
2018-10-15 10:28:52 +01:00
parent 1bc13ff592
commit 1cc13ef87a

View File

@ -82,7 +82,7 @@ wmRefresh()
{
wmProjectDir=$WM_PROJECT_DIR
foamSettings=$FOAM_SETTINGS
wmUnset
. $wmProjectDir/etc/config.sh/unset
. $wmProjectDir/etc/bashrc $foamSettings
}