mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
BUG: missing _foamEtc definition (fixes #38)
- this function definition (as per the OpenFOAM functions) is required for compatibility when sourcing some config files (eg, mpi).
This commit is contained in:
@ -143,6 +143,9 @@ fi
|
||||
# Source an etc/config.sh file
|
||||
_foamConfig() { eval "$($WM_PROJECT_DIR/bin/foamEtcFile -sh -config $@)"; }
|
||||
|
||||
# Source an etc file (as per OpenFOAM functions). Eg, for mpi setup.
|
||||
_foamEtc() { eval "$($WM_PROJECT_DIR/bin/foamEtcFile -sh $@)"; }
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user