mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: cshell version was not sourcing prefs.csh
BUG: compilerInstall was getting overwritten in settings.{csh,sh}
This commit is contained in:
@ -81,7 +81,7 @@ _foamAddLib $FOAM_USER_LIBBIN
|
||||
# Select compiler installation
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# compilerInstall = OpenFOAM | system
|
||||
set compilerInstall=OpenFOAM
|
||||
if ( ! $?compilerInstall ) set compilerInstall=OpenFOAM
|
||||
|
||||
switch ("$compilerInstall")
|
||||
case OpenFOAM:
|
||||
|
||||
Reference in New Issue
Block a user