We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858e876 commit a5181ebCopy full SHA for a5181eb
build.sh
@@ -389,7 +389,7 @@ prepare_build() {
389
# Check modules
390
module_check(){
391
msg_debug -n "Checking ${1} module ... "
392
- bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1" && echo "${module_dir}/${1}"
+ bash "${tools_dir}/module.sh" check "${1}" || msg_error "Module ${1} is not available." "1" && msg_debug "Load ${module_dir}/${1}"
393
}
394
readarray -t modules < <(printf "%s\n" "${modules[@]}" | awk '!a[$0]++')
395
for_module "module_check {}"
0 commit comments