diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-11-25 10:18:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-11-25 10:18:41 +0000 |
commit | 0119f1cef8a2d9030d9b86ba651380ddd4b9db97 (patch) | |
tree | b26a3af747581138f4b29b7886bda910acb73d03 /usr.sbin/pkg_add | |
parent | 59ce1f54e28919132b757aeeff2592cdfa26cbcd (diff) |
reason this is here
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/State.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/State.pm b/usr.sbin/pkg_add/OpenBSD/State.pm index 33ee6472aea..9039fa44036 100644 --- a/usr.sbin/pkg_add/OpenBSD/State.pm +++ b/usr.sbin/pkg_add/OpenBSD/State.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: State.pm,v 1.76 2023/11/25 10:17:38 espie Exp $ +# $OpenBSD: State.pm,v 1.77 2023/11/25 10:18:40 espie Exp $ # # Copyright (c) 2007-2014 Marc Espie <espie@openbsd.org> # @@ -251,6 +251,7 @@ sub handle_options($state, $opt_string, @usage) }); $state->{v} = $state->opt('v'); + # XXX don't try to move to AddCreateDelete, PkgInfo needs this too if ($state->defines('unsigned')) { $state->{signature_style} //= 'unsigned'; } elsif ($state->defines('oldsign')) { |