This commit is contained in:
espie 2013-01-21 15:08:25 +00:00
parent 74d5c11fa6
commit dd5cd8ba77

View File

@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
# $OpenBSD: Port.pm,v 1.90 2013/01/21 14:56:29 espie Exp $
# $OpenBSD: Port.pm,v 1.91 2013/01/21 15:08:25 espie Exp $
#
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
#
@ -548,7 +548,6 @@ sub finalize
# append new information to the correct filename
open(my $fh2, '>>', $job->{builder}{state}{size_log});
print $fh2 $job->{path}, " $job->{wrkdir} $sz\n";
last;
}
}
close($fh);