GH-1051 ignore CDPATH
This commit is contained in:
parent
634bdcdbcb
commit
977e11ef8d
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ void BaseProcess::init()
|
|||
"JRE_HOME",
|
||||
"_JAVA_OPTIONS",
|
||||
"JAVA_OPTIONS",
|
||||
"JAVA_TOOL_OPTIONS"
|
||||
"JAVA_TOOL_OPTIONS",
|
||||
"CDPATH"
|
||||
};
|
||||
for(auto key: rawenv.keys())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue