This commit is contained in:
espie 2012-12-27 12:20:36 +00:00
parent fc5ee33b62
commit 99ac03e94d

View File

@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
# $OpenBSD: Port.pm,v 1.47 2012/12/27 12:03:33 espie Exp $
# $OpenBSD: Port.pm,v 1.48 2012/12/27 12:20:36 espie Exp $
#
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
#
@ -68,8 +68,8 @@ sub run
$self->handle_output($job);
close STDIN;
open STDIN, '</dev/null';
my $t = time();
print ">>> Running $t in $fullpkgpath at $t\n";
my $ts = time();
print ">>> Running $t in $fullpkgpath at $ts\n";
my @args = ($t, "TRUST_PACKAGES=Yes",
"FETCH_PACKAGES=No",
"PREPARE_CHECK_ONLY=Yes",