scripts/Bootstrap/Pmodules/modmanage.in: bugfix in sub-command 'install'

This commit is contained in:
2015-03-18 18:37:57 +01:00
parent 731805801c
commit d722a60c89

View File

@@ -328,7 +328,7 @@ subcommand_install() {
let n+=1
done < <(${PMODULES_HOME}/bin/modulecmd bash search \
"${module_pattern[@]}" \
"${with[@]/#/--with}" \
"${with[@]/#/--with=}" \
"${releases[@]/#/--release=}" \
--no-header --print-modulefiles \
--src="${src_prefix}" 2>&1)