diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-01-21 20:37:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-01-21 20:37:27 +0000 |
commit | e90cd73ae76678ac27cfa3cfd66c8d50d171f2f2 (patch) | |
tree | dd11e37bd8eb174f5c160457639a221cb726869c /usr.sbin/pkg_add | |
parent | 7c74a253a733fdf0dc30d061aa8cb7d780b82fe2 (diff) |
forgot to pass this. bug-report from "Michael W. Lucas" <mwlucas@blackhelicopters.org>
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Add.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Add.pm b/usr.sbin/pkg_add/OpenBSD/Add.pm index 2b9c3c77afd..d92f139a6bd 100644 --- a/usr.sbin/pkg_add/OpenBSD/Add.pm +++ b/usr.sbin/pkg_add/OpenBSD/Add.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Add.pm,v 1.119 2010/12/29 13:03:05 espie Exp $ +# $OpenBSD: Add.pm,v 1.120 2011/01/21 20:37:26 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org> # @@ -93,7 +93,7 @@ sub record_partial_installation undef $last->{d}; } } - register_installation($n); + register_installation($n, $state); return $borked; } |