about summary refs log tree commit diff
path: root/scripts/download-using-manifests.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-08-04T13·15+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-08-04T13·15+0000
commit42043953c3558f054dc5b9bb3da605a4a3ed6314 (patch)
treeb76dd2bb50e680aef5c8ef89432982ac07a0ce3e /scripts/download-using-manifests.pl.in
parent5adbb0aabe54479304453bf5e544f84b40ee7dd7 (diff)
* Doh.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r--scripts/download-using-manifests.pl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index e862a2d9fb..f6bfb1e285 100644
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -55,6 +55,8 @@ if ($ARGV[0] eq "--query") {
             my @references = split " ", $info->{references};
             print scalar @references, "\n";
             print "$_\n" foreach @references;
+            my $size = $info->{size} or 0;
+            print "$size\n";
         }
         
         else { die "unknown command `$cmd'"; }