diff --git a/README.new b/README.new index 756ee9dd3..ad90cf93e 100644 --- a/README.new +++ b/README.new @@ -16,4 +16,8 @@ Lmod 8.6+ setting FPATH * Issue #553: Update env_modules_python.py. * Issue #554: fixed source_sh of spack setup-env.sh script. - + (8.6.6) * Issue #555: Remove export SUPPORT_KSH=no hack as it does not work. The file init/bash is + read during system startup (/etc/profile.d/*.sh) before user bash startup files are read + (~/.bashrc etc). Updated FAQ entry to say that bash users starting zsh must unset FPATH. + * Issue #382: Add parentAA to fullVT to pass to spider_decoration hook + diff --git a/src/Spider.lua b/src/Spider.lua index 109bb955e..f04fcdb96 100644 --- a/src/Spider.lua +++ b/src/Spider.lua @@ -1143,7 +1143,8 @@ function M._Level1(self, dbT, providedByT, possibleA, sn, key, helpFlg) if (fullVT[kk] == nil) then key = sn Description = v.Description - fullVT[kk] = { fullName = v.fullName, Category = v.Category, propT = v.propT } + fullVT[kk] = { fullName = v.fullName, Category = v.Category, + propT = v.propT, parentAA = v.parentAA } end if (kk > kk0) then kk0 = kk