mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -82,7 +82,7 @@ wmRefresh()
|
|||||||
{
|
{
|
||||||
wmProjectDir=$WM_PROJECT_DIR
|
wmProjectDir=$WM_PROJECT_DIR
|
||||||
foamSettings=$FOAM_SETTINGS
|
foamSettings=$FOAM_SETTINGS
|
||||||
wmUnset
|
. $wmProjectDir/etc/config.sh/unset
|
||||||
. $wmProjectDir/etc/bashrc $foamSettings
|
. $wmProjectDir/etc/bashrc $foamSettings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user