Skip to content

Commit 7b580a3

Browse files
committed
Merge branch 'dev' into systemd-all-autologin
2 parents 82a0e68 + d81afcd commit 7b580a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ prepare_build() {
531531
if [[ "${debug}" = true ]]; then pkglist_args+=("-d"); fi
532532
if [[ "${memtest86}" = true ]]; then pkglist_args+=("-m"); fi
533533
if (( "${#additional_exclude_pkg[@]}" >= 1 )); then pkglist_args+=("-e" "${additional_exclude_pkg[*]}"); fi
534-
pkglist_args+=("${modules[*]}")
534+
pkglist_args+=("${modules[@]}")
535535

536536
# Unmount
537537
umount_chroot

0 commit comments

Comments
 (0)