From 1917d750a0363f678a93c80c5a4e48e7493b1786 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 Jul 2013 13:29:59 +0200 Subject: [PATCH] copy-from-other-stores.pl: Report downloaded size as 0 --- scripts/copy-from-other-stores.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-from-other-stores.pl.in b/scripts/copy-from-other-stores.pl.in index 7a7c30cdfb..6a0de1f050 100755 --- a/scripts/copy-from-other-stores.pl.in +++ b/scripts/copy-from-other-stores.pl.in @@ -73,7 +73,7 @@ if ($ARGV[0] eq "--query") { print "$deriver\n"; print scalar @references, "\n"; print "$_\n" foreach @references; - print "$narSize\n"; + print "0\n"; print "$narSize\n"; }