diff --git a/scripts/Bootstrap/Pmodules/modulecmd.in b/scripts/Bootstrap/Pmodules/modulecmd.in index 4892a92..a3bf931 100755 --- a/scripts/Bootstrap/Pmodules/modulecmd.in +++ b/scripts/Bootstrap/Pmodules/modulecmd.in @@ -879,7 +879,7 @@ subcommand_search() { --release=* ) _val=${1/--release=} if is_release "${_val}"; then - use_releases+="${_val}:" + use_releases+="${_val}:" else echo "${_val}: illegal release name." 1>&2 exit 1