Skip to content

fix: sed --follow-symlinks on /usr/local/etc/root/system.rootrc

Wouter Deconinck requested to merge sed-follow-symlinks into master

This PR fixes an issue where enabling TFile.v630forwardCompatibility in /usr/local/etc/root/system.rootrc inadvertently created a copy, without changing the file that this symlink points to. ROOT uses the file the symlink points to when starting up.

Merge request reports