From: jasper Date: Mon, 29 Dec 2014 07:37:27 +0000 (+0000) Subject: re-add missing space in confirm prompt that got lost in -r1.18 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=df84a0009ab9c293b9a9aae4de917fc0236085ca;p=openbsd re-add missing space in confirm prompt that got lost in -r1.18 ok espie@ --- 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 = ;