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 branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# \\ / A nd | www.openfoam.com
# \\/ M anipulation |
#------------------------------------------------------------------------------
# Copyright (C) 2018-2021 OpenCFD Ltd.
# Copyright (C) 2018-2022 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
......@@ -210,8 +210,8 @@ endif
# Remove duplicates from environment paths
_foamClean PATH "$foamOldDirs"
_foamClean MANPATH "$foamOldDirs"
_foamClean PATH
_foamClean MANPATH
_foamClean -lib
# Add trailing ':' for system manpages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment