sqg: Restore progress dots.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-08-09 23:11:18 +07:00
parent d2c0f9222a
commit a8ae4cd7f7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381

View File

@ -245,6 +245,7 @@ execute_build () {
"$REPO_DIR" "$QUEUEDIR" {} "$VERBOSE"
else
for PKG in "${PKGSNEW[@]}"; do
printf "."
/usr/libexec/sbopkg/sqg/sqg-build-queuefile \
"$REPO_DIR" "$QUEUEDIR" "$PKG" "$VERBOSE"
done