X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=lib%2Fagent%2Fprojects.go;h=d5f809f0ce31a853f8e7db80639c6032350a31d7;hp=0bd5315261bf57c842c74552cd9ac85b48decb51;hb=c2558601c7ce2b7fd7eaf7c2336fb78242781e50;hpb=135754a4b3ca915f717e79d8f3f4eb29c04195b3 diff --git a/lib/agent/projects.go b/lib/agent/projects.go index 0bd5315..d5f809f 100644 --- a/lib/agent/projects.go +++ b/lib/agent/projects.go @@ -169,6 +169,8 @@ func (p *Projects) Add(newP xaapiv1.ProjectConfig, fromSid, requestURL string) ( } else { fd.WriteString("#export XDS_SDK_ID=???\n") } + fd.WriteString("\n# Only disable reset of LD_LIBRARY_PATH if you are absolutely know what you are doing!\n") + fd.WriteString("export LD_LIBRARY_PATH=''\n") fd.Close() }