From df84a0009ab9c293b9a9aae4de917fc0236085ca Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 29 Dec 2014 07:37:27 +0000 Subject: [PATCH] re-add missing space in confirm prompt that got lost in -r1.18 ok espie@ --- usr.sbin/pkg_add/OpenBSD/Interactive.pm | 4 ++-- 1 file 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 # @@ -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 = ; -- 2.20.1