Revert "xbps-src: bulk_build() use existing shell funcs."
This reverts commit 642cfa74c4.
This commit is contained in:
@@ -53,8 +53,7 @@ bulk_build() {
|
|||||||
fi
|
fi
|
||||||
NRUNNING=$((NRUNNING+1))
|
NRUNNING=$((NRUNNING+1))
|
||||||
(
|
(
|
||||||
setup_pkg $f $XBPS_TARGET_MACHINE &>/dev/null
|
if ./xbps-src show-avail $f &>/dev/null; then
|
||||||
if show_avail &>/dev/null; then
|
|
||||||
echo "$f"
|
echo "$f"
|
||||||
fi
|
fi
|
||||||
) &
|
) &
|
||||||
|
|||||||
Reference in New Issue
Block a user