From 2540dc7489d4e2252cdf5e50177f08b9d70fe221 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Dec 2004 14:02:25 +0000 Subject: Don't repeat OK in information message --- gurpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpmi') diff --git a/gurpmi b/gurpmi index 68d57783..c083bd42 100644 --- a/gurpmi +++ b/gurpmi @@ -282,7 +282,7 @@ sub do_install_3 { } @to_install > 1 ? ask_continue(N( - "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n\nIs this OK?", + "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n", scalar(@to_install), join "\n", @to_install ), \&do_install_4) : goto \&do_install_4; -- cgit v1.2.1