BUG: cshell version was not sourcing prefs.csh

BUG: compilerInstall was getting overwritten in settings.{csh,sh}
This commit is contained in:
Mark Olesen
2010-03-18 13:19:14 +01:00
parent f88e11ce3c
commit 3e0c66e919
3 changed files with 5 additions and 3 deletions

View File

@ -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: