From f91ca5d95ab7677aaea89a7b434bc74b7647f871 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 10 Mar 2008 15:41:30 +0000 Subject: (do_install_2) perl_checker cleanups --- gurpmi2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index a1879129..b9e0054c 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -220,9 +220,9 @@ sub do_install_2 () { $urpm->{nb_install} = @to_install; @to_install > 1 && !$gurpmi::options{auto} ? ask_continue( - ( (scalar(@to_install) == 1) ? + (scalar(@to_install) == 1 ? N("To satisfy dependencies, the following package is going to be installed:") - : N("To satisfy dependencies, the following packages are going to be installed:") ) + : N("To satisfy dependencies, the following packages are going to be installed:")) . join("\n", '', @to_install, '') . P("(%d package, %d MB)", "(%d packages, %d MB)", scalar(@to_install), scalar(@to_install), toMb($sum)), , \&do_install_3) -- cgit v1.2.1