We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c62c3 commit ff7192fCopy full SHA for ff7192f
init/modules/EESSI/2023.06.lua
@@ -216,9 +216,6 @@ pushenv ("LC_ALL", "C.utf8")
216
pushenv ("LC_CTYPE", "C.utf8")
217
pushenv ("LC_MESSAGES", "C.utf8")
218
219
--- avoid lesspipe problems on Debian system
220
-pushenv ("LESSOPEN", "")
221
-
222
-- Filter system paths from LD_LIBRARY_PATH
223
-- Needs to be reversible so first make a copy
224
append_path ("EESSI_DEFAULT_HOST_LD_LIBRARY_PATH", os.getenv("LD_LIBRARY_PATH") or "")
0 commit comments