From 4bcaa2acb8bba06a1770686b53a1770a2bc7acbe Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 13 Aug 2005 11:55:29 +0000 Subject: Fix the progress statistics code by printing the right variable. I missed this when I changed the stats code in the ports -> base transition. Pointed out by: simon --- usr.sbin/portsnap/portsnap/portsnap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/portsnap/portsnap/portsnap.sh b/usr.sbin/portsnap/portsnap/portsnap.sh index a30c11b..47e7d46 100644 --- a/usr.sbin/portsnap/portsnap/portsnap.sh +++ b/usr.sbin/portsnap/portsnap/portsnap.sh @@ -517,7 +517,7 @@ fetch_progress() { while read x; do LNC=$(($LNC + 1)) if [ $(($LNC % 10)) = 0 ]; then - echo -n $FN2 + echo -n $LNC elif [ $(($LNC % 2)) = 0 ]; then echo -n . fi -- cgit v1.1