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 4ee731b commit 9b5e4fdCopy full SHA for 9b5e4fd
build.sh
@@ -462,7 +462,7 @@ prepare_build() {
462
msg_error "Module ${1} is not available." "1";
463
fi
464
}
465
- modules=($(printf "%s\n" "${modules[@]}" | sort | uniq))
+ modules=($(printf "%s\n" "${modules[@]}" | awk '!a[$0]++'))
466
for_module "module_check {}"
467
for_module load_config "${module_dir}/{}/config.any" "${module_dir}/{}/config.${arch}"
468
msg_debug "Loaded modules: ${modules[*]}"
0 commit comments