summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-08-25 19:06:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-08-25 19:06:37 +0000
commit0a7d9aab12f57d33d1c79829041d832d63710b44 (patch)
treeab48195e322c36f2e82d53902c0a6c7931dfc6c6 /usr.sbin
parent32f19df2330c4abd9e545e1a7d703f031958db6a (diff)
synch with other changes. bug noticed by naddy@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgCheck.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm b/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
index f5e164fd4cf..e90486b0b43 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCheck.pm,v 1.69 2018/02/27 22:46:53 espie Exp $
+# $OpenBSD: PkgCheck.pm,v 1.70 2019/08/25 19:06:36 espie Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@ -54,7 +54,7 @@ sub install
my $state = $self->{state};
push(@{$state->{setlist}},
$state->updateset->add_hints2($pkg));
- $self->framework($state);
+ $self->try_and_run_command($state);
return $state->{bad} != 0;
}