GH-1051 ignore CDPATH
This commit is contained in:
parent
634bdcdbcb
commit
977e11ef8d
@ -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…
Reference in New Issue
Block a user