Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore
This commit is contained in:
parent
d7582593f6
commit
a18c0b455a
@ -1835,7 +1835,6 @@ scrub_env()
|
||||
for (cpp2 = cpp = environ; *cpp; cpp++) {
|
||||
#ifdef __FreeBSD__
|
||||
if (strncmp(*cpp, "LD_LIBRARY_PATH=", 16) &&
|
||||
strncmp(*cpp, "LD_NOSTD_PATH=", 14) &&
|
||||
strncmp(*cpp, "LD_PRELOAD=", 11) &&
|
||||
#else
|
||||
if (strncmp(*cpp, "LD_", 3) &&
|
||||
|
@ -1835,7 +1835,6 @@ scrub_env()
|
||||
for (cpp2 = cpp = environ; *cpp; cpp++) {
|
||||
#ifdef __FreeBSD__
|
||||
if (strncmp(*cpp, "LD_LIBRARY_PATH=", 16) &&
|
||||
strncmp(*cpp, "LD_NOSTD_PATH=", 14) &&
|
||||
strncmp(*cpp, "LD_PRELOAD=", 11) &&
|
||||
#else
|
||||
if (strncmp(*cpp, "LD_", 3) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user