mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 18:59:39 +02:00
modulecmd: type in call to find_modulefile() fixed
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user