Skip to content

Commit 5f2c89b

Browse files
authored
Update 2023.06.lua
1 parent a8382c7 commit 5f2c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ end
215215
append_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", os.getenv("LD_LIBRARY_PATH") or "")
216216
-- on unload the variable will no longer exist
217217
if mode() == "load" then
218-
-- remove any standard paths
218+
-- remove any standard paths that can interfere with the compat layer
219219
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/lib")
220220
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/lib64")
221221
remove_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", "/usr/lib")

0 commit comments

Comments
 (0)