copy-from-other-stores.pl: Report downloaded size as 0

This commit is contained in:
Eelco Dolstra 2013-07-01 13:29:59 +02:00
parent 7ccd946407
commit 1917d750a0
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}