Start-up scripts: The environment variables are now set unconditionally as in 1.7.x

This commit is contained in:
Henry
2010-09-29 10:50:49 +01:00
parent 7428b36de8
commit f4dee922ab
6 changed files with 12 additions and 10 deletions

View File

@ -32,7 +32,7 @@
#------------------------------------------------------------------------------
export WM_PROJECT=OpenFOAM
[ -z "$WM_PROJECT_VERSION" ] && export WM_PROJECT_VERSION=dev
export WM_PROJECT_VERSION=dev
################################################################################
# USER EDITABLE PART. Note changes made here may be lost with the next upgrade