From 1e6cfd9c7406f0ef2466abd5de9fb06aec5f8dc4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 18 Jul 2025 11:16:22 +0200 Subject: [PATCH] modulecmd: missing space in definition of local variable 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 66f0e10..d722daf 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -1613,7 +1613,7 @@ subcommand_avail() { #...................................................................... local -a pattern=() - local --output_function='human_readable_output' + local -- output_function='human_readable_output' local -- opt_use_relstages="${UsedReleaseStages}" local -A opt_groups=() local -- val=''