Skip to content

Commit c1607c8

Browse files
committed
[fix] : Fixed typo
1 parent f298ad5 commit c1607c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ prepare_build() {
518518
[[ "${boot_splash}" = true ]] && pkglist_args+=("-b")
519519
[[ "${debug}" = true ]] && pkglist_args+=("-d")
520520
[[ "${memtest86}" = true ]] && pkglist_args+=("-m")
521-
(( "${#additional_exclude_pkg[@]}" >= 1 )) && pkglist_args+=("-e" "${additional_exclude_pkg[*]}"); fi
521+
(( "${#additional_exclude_pkg[@]}" >= 1 )) && pkglist_args+=("-e" "${additional_exclude_pkg[*]}")
522522
pkglist_args+=("${modules[@]}")
523523

524524
# Set argument of aur.sh and pkgbuild.sh

0 commit comments

Comments
 (0)