From 2b2aa8a820b10aeaf8bb8f1eb70937d04869c045 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 8 Sep 2008 11:02:15 +0000 Subject: [PATCH] * Doh. --- scripts/download-using-manifests.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index f6bfb1e28..1b331ffe2 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"; }