mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Remove LD_NOSTD_PATH unsetenv, isn't exist anymore
This commit is contained in:
parent
a4057ed8d3
commit
d7582593f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11767
@ -1782,7 +1782,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…
Reference in New Issue
Block a user