mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: sourcing etc/cshrc twice unset the environment (fixes #2458)
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
# \\ / A nd | www.openfoam.com
|
# \\ / A nd | www.openfoam.com
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Copyright (C) 2018-2021 OpenCFD Ltd.
|
# Copyright (C) 2018-2022 OpenCFD Ltd.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
|
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
|
||||||
@ -210,8 +210,8 @@ endif
|
|||||||
|
|
||||||
# Remove duplicates from environment paths
|
# Remove duplicates from environment paths
|
||||||
|
|
||||||
_foamClean PATH "$foamOldDirs"
|
_foamClean PATH
|
||||||
_foamClean MANPATH "$foamOldDirs"
|
_foamClean MANPATH
|
||||||
_foamClean -lib
|
_foamClean -lib
|
||||||
|
|
||||||
# Add trailing ':' for system manpages
|
# Add trailing ':' for system manpages
|
||||||
|
|||||||
Reference in New Issue
Block a user