From a8ae4cd7f72b36f0a30b280b9bf16105e05d00b9 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 9 Aug 2017 23:11:18 +0700 Subject: [PATCH] sqg: Restore progress dots. Signed-off-by: Willy Sudiarto Raharjo --- src/usr/libexec/sbopkg/sqg/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usr/libexec/sbopkg/sqg/functions b/src/usr/libexec/sbopkg/sqg/functions index 9690ac1..d8447d6 100644 --- a/src/usr/libexec/sbopkg/sqg/functions +++ b/src/usr/libexec/sbopkg/sqg/functions @@ -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