Pmodules/modbuild: modulefile installation can be forced via command-line

This commit is contained in:
2018-04-13 16:32:33 +02:00
parent f06f300598
commit 6971f04b04
+4
View File
@@ -149,6 +149,7 @@ declare enable_cleanup_src='no'
declare target=''
declare bootstrap='no'
declare variants_file=''
declare opt_install_modulefile=''
# array collecting all modules specified on the command line via '--with=module'
with_modules=()
@@ -249,6 +250,9 @@ while (( $# > 0 )); do
--bootstrap )
bootstrap='yes'
;;
--install-modulefile )
opt_install_modulefile='yes'
;;
[0-9]* )
V=$1
;;