From 8453c0aeb3fae36dcd8992c7b26db6e6fd50c2f9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 12 May 2023 16:56:35 +0200 Subject: [PATCH] modulecmd: rewrite list sub-command --- Pmodules/modulecmd.bash.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 509bf08..780a027 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -2049,7 +2049,8 @@ subcommand_list() { "${CMD}" "${subcommand}" \ "no arguments allowed" fi - "${modulecmd}" "${Shell}" list "${opts[@]}" + + "${output_function}" } ##############################################################################