diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T13·15+0000 |
commit | 42043953c3558f054dc5b9bb3da605a4a3ed6314 (patch) | |
tree | b76dd2bb50e680aef5c8ef89432982ac07a0ce3e /scripts/download-using-manifests.pl.in | |
parent | 5adbb0aabe54479304453bf5e544f84b40ee7dd7 (diff) |
* Doh.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r-- | scripts/download-using-manifests.pl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index e862a2d9fb1b..f6bfb1e2857b 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'"; } |