We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82a0e68 + d81afcd commit 7b580a3Copy full SHA for 7b580a3
1 file changed
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