We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621ec6b commit 37a76e0Copy full SHA for 37a76e0
build.sh
@@ -428,8 +428,8 @@ prepare_build() {
428
429
# Check modules
430
module_check(){
431
- msg_debug "Checking ${1} module ..."
432
- bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1";
+ msg_debug -n "Checking ${1} module ... "
+ bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1" && echo "${module_dir}/${1}"
433
}
434
readarray -t modules < <(printf "%s\n" "${modules[@]}" | awk '!a[$0]++')
435
for_module "module_check {}"
0 commit comments