- revert previous, it breaks builds for at least two builders.

discussed with landry@ and naddy@
This commit is contained in:
jasper 2010-09-02 11:16:09 +00:00
parent 5fca3b923f
commit 04abd53ab1

View File

@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
# $OpenBSD: Port.pm,v 1.2 2010/08/24 15:07:54 naddy Exp $
# $OpenBSD: Port.pm,v 1.3 2010/09/02 11:16:09 jasper Exp $
#
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
#
@ -80,7 +80,7 @@ sub run
$self->redirect($job->{log});
my @args = ($t, "TRUST_PACKAGES=Yes",
"FETCH_PACKAGES=No",
"REPORT_PROBLEM=exit 1", "BULK=No");
"REPORT_PROBLEM='exit 1'", "BULK=No");
if ($job->{special}) {
push(@args, "WRKOBJDIR=/tmp/ports");
}