From d722a60c895710cae1cdf4ce541694150f23cf0a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 18 Mar 2015 18:37:57 +0100 Subject: [PATCH] scripts/Bootstrap/Pmodules/modmanage.in: bugfix in sub-command 'install' --- scripts/Bootstrap/Pmodules/modmanage.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules/modmanage.in b/scripts/Bootstrap/Pmodules/modmanage.in index abf6a45..ba3dd3e 100755 --- a/scripts/Bootstrap/Pmodules/modmanage.in +++ b/scripts/Bootstrap/Pmodules/modmanage.in @@ -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)