From 78a9005d15e66b0184ebd15abcd6b84513fa8c71 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 21 Mar 2025 14:06:55 +0100 Subject: [PATCH] modulecmd: type in call to find_modulefile() fixed --- Pmodules/modulecmd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index af50a47..1dd5668 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -837,7 +837,7 @@ subcommand_load() { fi fi # handle extended module names - find_modulefile current_modulefile relstage moduledir odulecmd "${m}" || { + find_modulefile current_modulefile relstage moduledir modulecmd "${m}" || { local hints='' get_load_hints hints if [[ -z "${hints}" ]]; then