diff options
author | 2014-12-29 07:37:27 +0000 | |
---|---|---|
committer | 2014-12-29 07:37:27 +0000 | |
commit | df84a0009ab9c293b9a9aae4de917fc0236085ca (patch) | |
tree | 95a083702c1235cd9f518e2e42e6ab69c6511180 | |
parent | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size (diff) | |
download | wireguard-openbsd-df84a0009ab9c293b9a9aae4de917fc0236085ca.tar.xz wireguard-openbsd-df84a0009ab9c293b9a9aae4de917fc0236085ca.zip |
re-add missing space in confirm prompt that got lost in -r1.18
ok espie@
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Interactive.pm b/usr.sbin/pkg_add/OpenBSD/Interactive.pm index 7c72a8689f3..432f2aab692 100644 --- 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.18 2014/11/29 10:42:51 espie Exp $ +# $OpenBSD: Interactive.pm,v 1.19 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>; |