-
- Downloads
"git@git.ustc.edu.cn:cxwx/root.git" did not exist on "372ef7915283222e88508209c4a4c82d5f3d3d73"
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.
Loading
Please register or sign in to comment