Skip to content

Commit

Permalink
fix thinko
Browse files Browse the repository at this point in the history
thx nigel@
  • Loading branch information
marcespie committed Aug 30, 2011
1 parent b2e82c0 commit 1e28b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/lib/DPB/Fetch.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
# $OpenBSD: Fetch.pm,v 1.13 2011/08/29 09:45:29 espie Exp $
# $OpenBSD: Fetch.pm,v 1.14 2011/08/30 17:44:28 espie Exp $
#
# Copyright (c) 2010 Marc Espie <[email protected]>
#
Expand Down Expand Up @@ -318,7 +318,7 @@ sub run
my $shell = $core->{shell};
my $site = $self->{site};
$self->redirect($job->{log});
if ($self->{sz} == 0) {
if ($job->{file}{sz} == 0) {
print STDERR "No size in distinfo\n";
exit(1);
}
Expand Down

0 comments on commit 1e28b84

Please sign in to comment.