distro-tool: ignore package output

This commit is contained in:
MilhouseVH 2017-10-21 03:57:39 +01:00
parent 908fe25207
commit 87997291dc

View File

@ -808,7 +808,7 @@ generate_work_worker() {
while read -r package_name; do
[ ${PROGRESS} == yes ] && progress ${pcount}
source config/options ${package_name} 2>/dev/null || true
source config/options ${package_name} &>/dev/null || true
if [ -n "${revision}" ]; then
PKG_URL="${PKG_URL/${PKG_VERSION}/${revision}}"