Skip to content

Commit

Permalink
Issue TACC#571: remove export -f __lmod_file_glob_on
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 26, 2022
1 parent f1d6707 commit 797a2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.new
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion init/bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 797a2fa

Please sign in to comment.