easybuild-framework
easybuild-framework copied to clipboard
Reverse order for parsing files in `XDG_CONFIG_DIRS`
trafficstars
https://specifications.freedesktop.org/basedir-spec/latest/ says precedence should be
XDG_CONFIG_HOME > 1st entry of XDG_CONFIG_DIRS > 2nd entry ...
EasyBuild had this reversed for XDG_CONFIG_DIRS
Fixes #4582