From 797a2fa42fa8dbb2d0b1ffcf0785a5693afc2b8c Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Fri, 25 Feb 2022 21:25:44 -0600 Subject: [PATCH] Issue #571: remove export -f __lmod_file_glob_on --- README.new | 3 ++- init/bash.in | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.new b/README.new index 99ac04442..efd9e357a 100644 --- a/README.new +++ b/README.new @@ -31,4 +31,5 @@ Lmod 8.6+ "ml --show_hidden av" and not when doing "ml av" * Issue #564: Added Test for depends_on(between()) * Issue #566: Directly report LOADEDMODULES and _LMFILES_ rather than doing incrementally. - + (8.6.14) * Issue #571: remove export -f __lmod_file_glob_on + diff --git a/init/bash.in b/init/bash.in index a31a1b1da..eea73ae8e 100644 --- a/init/bash.in +++ b/init/bash.in @@ -147,7 +147,6 @@ ml() if [ -n "${BASH_VERSION:-}" -a "@export_module@" != no ]; then export -f module - export -f __lmod_file_glob_on export -f ml fi unset export_module