artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
669a8cb
)
re-add missing space in confirm prompt that got lost in -r1.18
author
jasper
<jasper@openbsd.org>
Mon, 29 Dec 2014 07:37:27 +0000
(07:37 +0000)
committer
jasper
<jasper@openbsd.org>
Mon, 29 Dec 2014 07:37:27 +0000
(07:37 +0000)
ok espie@
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
7c72a86
..
432f2aa
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.1
8 2014/11/29 10:42:51 espie
Exp $
+# $OpenBSD: Interactive.pm,v 1.1
9 2014/12/29 07:37:27 jasper
Exp $
#
# Copyright (c) 2005-2007 Marc Espie <espie@openbsd.org>
#
@@
-79,7
+79,7
@@
sub confirm
return 1;
}
LOOP2:
- $self->{state}->errprint("#1 ?[#2/a] ",
+ $self->{state}->errprint("#1 ?
[#2/a] ",
$prompt, $yesno ? "Y/n" : "y/N");
my $result = <STDIN>;