bundle_libraries.sh: unsetenv LD_PRELOAD

This commit is contained in:
wanyaoqi
2020-01-01 21:38:58 +08:00
parent d31c5b5ac6
commit bb55c10727

View File

@@ -83,7 +83,7 @@ _runas_so() {
argv[0] = arg0;
unsetenv("RUNAS_ARG0");
}
unsetenv("LD_PRELOAD");
return 0;
}