artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7027e52
)
I'm such a doofus, of course I have to call base method as well
author
espie
<espie@openbsd.org>
Sat, 30 Jan 2021 11:16:58 +0000
(11:16 +0000)
committer
espie
<espie@openbsd.org>
Sat, 30 Jan 2021 11:16:58 +0000
(11:16 +0000)
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
b/usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
index
3b0e0c9
..
1104e20
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/AddCreateDelete.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: AddCreateDelete.pm,v 1.
49 2021/01/30 10:43:43
espie Exp $
+# $OpenBSD: AddCreateDelete.pm,v 1.
50 2021/01/30 11:16:58
espie Exp $
#
# Copyright (c) 2007-2014 Marc Espie <espie@openbsd.org>
#
@@
-109,6
+109,7
@@
sub find_window_size
sub handle_continue
{
my $state = shift;
+ $state->SUPER::handle_continue;
$state->{progressmeter}->handle_continue;
}