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 47d084d commit d81afcdCopy full SHA for d81afcd
build.sh
@@ -531,7 +531,7 @@ prepare_build() {
531
if [[ "${debug}" = true ]]; then pkglist_args+=("-d"); fi
532
if [[ "${memtest86}" = true ]]; then pkglist_args+=("-m"); fi
533
if (( "${#additional_exclude_pkg[@]}" >= 1 )); then pkglist_args+=("-e" "${additional_exclude_pkg[*]}"); fi
534
- pkglist_args+=("${modules[*]}")
+ pkglist_args+=("${modules[@]}")
535
536
# Unmount
537
umount_chroot
0 commit comments