xbps-bin: pretty output for 'check all'.

This commit is contained in:
Juan RP 2012-01-25 01:17:18 +01:00
parent 9becfc29d2
commit 11f94a4f46

View File

@ -54,6 +54,8 @@ cb_pkg_integrity(prop_object_t obj, void *arg, bool *done)
printf("Checking %s-%s ...\n", pkgname, version);
if (check_pkg_integrity(obj, pkgname, false, &flush) != 0)
cpkg->nbrokenpkgs++;
else
printf("\033[1A\033[K");
cpkg->flush = flush;
cpkg->npkgs++;