Skip to content
Snippets Groups Projects
Commit 0b43fba4 authored by Axel Naumann's avatar Axel Naumann
Browse files

Fix gRootDir for user-invoked rootcling.

TUnixSystem sets gRootDir to the returned char* of getenv().
A subsequent call to putenv("ROOTSYS=...") invalides the memory
pointed to by gRootDir.

When a user invokes rootcling, we can rely on TUnixSystem to extract
ROOTSYS; there is no need to do the same for rootcling_impl.
parent 43ff5abe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment