diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-09-08T11·02+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-09-08T11·02+0000 |
commit | 2b2aa8a820b10aeaf8bb8f1eb70937d04869c045 (patch) | |
tree | cf9b71a1266e00757e9f9c63c66c59e9c09d5417 /scripts/download-using-manifests.pl.in | |
parent | 7933cdc6dcbc5e6bc64e38c986b952e5ecd2dfa1 (diff) |
* Doh.
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r-- | scripts/download-using-manifests.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index f6bfb1e2857b..1b331ffe2f2b 100644 --- a/scripts/download-using-manifests.pl.in +++ b/scripts/download-using-manifests.pl.in @@ -55,7 +55,7 @@ if ($ARGV[0] eq "--query") { my @references = split " ", $info->{references}; print scalar @references, "\n"; print "$_\n" foreach @references; - my $size = $info->{size} or 0; + my $size = $info->{size} || 0; print "$size\n"; } |