Skip to content
Snippets Groups Projects
Commit f8dc1929 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: sourcing etc/cshrc twice unset the environment (fixes #2458)

parent 2c762111
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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 ...@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment