build.sh: Fix a stupid error that prevents building without -v
Signed-off-by: Daniel Frank <git@danielfrank.net>
This commit is contained in:
parent
678c61ae10
commit
a60bb91b77
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -106,7 +106,7 @@ announce "The following targets will be generated: $targets" >&2
|
||||||
|
|
||||||
for t in $targets; do
|
for t in $targets; do
|
||||||
announce "Starting build for $t..." >&2
|
announce "Starting build for $t..." >&2
|
||||||
make "-j$(nproc)" "GLUON_TARGET=$t" "$verbose"
|
make "-j$(nproc)" "GLUON_TARGET=$t" $verbose
|
||||||
done
|
done
|
||||||
# Remove known-broken images
|
# Remove known-broken images
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
|
|
Loading…
Reference in a new issue