<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">In <font face="Courier" class="">lib/Support/Path.h</font> the documentation for system_temp_directory contains:<div class="">@param erasedOnReboot […] This parameter will be ignored if the user or system has set the typical environment variable […]</div><div class=""><br class=""></div><div class=""><div class="">In my eyes on Unix the method currently does the exact opposite: It behaves the other way around by ignoring the environment variable if the parameter is set.</div><div class=""><br class=""></div><div class="">I included a patch that changes this.</div><div class="">It does what I personally need, but I’m not 100% sure yet that this is generally the desired behavior.</div><div class=""><br class=""></div><div class="">If it is not, I feel that instead of this patch the documentation in Path.h should be fixed or clarified.</div><div class=""><br class=""></div><div class="">I’m happy to include test coverage for this if needed, but I would first like to confirm the desired behavior.</div><div class=""><br class=""></div><div class=""></div></div></body></html>