xbps-src: bulk_build() use existing shell funcs.
... rather than forking xbps-src again. Closes: #12797 [via git-merge-pr]
This commit is contained in:
parent
5c4d340c5f
commit
642cfa74c4
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ bulk_build() {
|
|||
fi
|
||||
NRUNNING=$((NRUNNING+1))
|
||||
(
|
||||
if ./xbps-src show-avail $f &>/dev/null; then
|
||||
setup_pkg $f $XBPS_TARGET_MACHINE &>/dev/null
|
||||
if show_avail &>/dev/null; then
|
||||
echo "$f"
|
||||
fi
|
||||
) &
|
||||
|
|
Loading…
Reference in a new issue