mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: avoid stray options affecting _foamEval, pass FOAM_SETTINGS to foamExec
This commit is contained in:
@ -122,7 +122,7 @@ sourceRc()
|
||||
# extra safety when sourcing the bashrc
|
||||
[ -n "$prefix" ] && export FOAM_INST_DIR="$prefix"
|
||||
|
||||
. $foamDotFile
|
||||
. $foamDotFile $FOAM_SETTINGS
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user