mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 02:39:39 +02:00
modulecmd: missing space in definition of local variable fixed
This commit is contained 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=''
|
||||
|
||||
Reference in New Issue
Block a user