[PC-BSD Commits] r15471 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 17 10:17:25 PST 2012
Author: kris
Date: 2012-02-17 18:17:24 +0000 (Fri, 17 Feb 2012)
New Revision: 15471
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Show the total number of files to be extracted when doing pbi_add -v
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-02-17 18:13:09 UTC (rev 15470)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-02-17 18:17:24 UTC (rev 15471)
@@ -3183,6 +3183,7 @@
tar="xvf -"
if [ "$PBI_VERBOSE" = "YES" ] ; then
+ echo "TOTALFILES: ${PBI_ARCHIVE_COUNT}"
tail +$PBI_SKIP_ARCHLINES "${PBI_FILENAME}" | tar ${tar} -C "${PBI_EXTRACTDIR}"
err="$?"
else
More information about the Commits
mailing list