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 f298ad5 commit c1607c8Copy full SHA for c1607c8
build.sh
@@ -518,7 +518,7 @@ prepare_build() {
518
[[ "${boot_splash}" = true ]] && pkglist_args+=("-b")
519
[[ "${debug}" = true ]] && pkglist_args+=("-d")
520
[[ "${memtest86}" = true ]] && pkglist_args+=("-m")
521
- (( "${#additional_exclude_pkg[@]}" >= 1 )) && pkglist_args+=("-e" "${additional_exclude_pkg[*]}"); fi
+ (( "${#additional_exclude_pkg[@]}" >= 1 )) && pkglist_args+=("-e" "${additional_exclude_pkg[*]}")
522
pkglist_args+=("${modules[@]}")
523
524
# Set argument of aur.sh and pkgbuild.sh
0 commit comments