artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b054dc0
)
spacing
author
espie
<espie@openbsd.org>
Mon, 26 Feb 2018 13:53:31 +0000
(13:53 +0000)
committer
espie
<espie@openbsd.org>
Mon, 26 Feb 2018 13:53:31 +0000
(13:53 +0000)
usr.sbin/pkg_add/OpenBSD/Interactive.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/Interactive.pm
b/usr.sbin/pkg_add/OpenBSD/Interactive.pm
index
b5b7b76
..
618556e
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/Interactive.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/Interactive.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: Interactive.pm,v 1.2
1 2016/06/24 14:20:49
espie Exp $
+# $OpenBSD: Interactive.pm,v 1.2
2 2018/02/26 13:53:31
espie Exp $
#
# Copyright (c) 2005-2007 Marc Espie <espie@openbsd.org>
#
@@
-94,7
+94,7
@@
LOOP2:
$prompt, $yesno ? "Y/n" : "y/N");
my $result = <STDIN>;
- unless(defined $result) {
+ unless
(defined $result) {
$self->{state}->errsay("");
return $yesno;
}