From 6685b88a114ca3245bdfe1bddc1f608ca83fc24c Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Mon, 12 Jun 2023 16:10:45 -0500 Subject: [PATCH] PR #644: Test version colorization with hook and Personal/SitePackage.lua --- rt/common_funcs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rt/common_funcs.sh b/rt/common_funcs.sh index b1de39b2e..12fb83c2e 100644 --- a/rt/common_funcs.sh +++ b/rt/common_funcs.sh @@ -273,8 +273,9 @@ initStdEnvVars() unset TERM unset _LMFILES_ unset LMOD_SET_NOGLOB - unset LMOD_AVAIL_COLOR_VERSION - unset LMOD_AVAIL_SN_VERSION + unset LMOD_DISPLAY_VERSION_COLOR + unset LMOD_DISPLAY_SN_COLOR + unset LMOD_DISPLAY_META_COLOR unset LMOD_SYSTEM_DEFAULT_MODULES PATH_to_LUA=`findcmd --pathOnly lua`