From 5584100d2224c23ea36ed5f0143d602aaa9fc786 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Oct 2008 16:07:31 +0000 Subject: (do_install) typo fix --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurpmi2 b/gurpmi2 index a2a586a6..fc7626ed 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -208,7 +208,7 @@ sub ask_continue_blocking { sub do_install { wait_label(); my @ask_remove = urpm::select::removed_packages($urpm, $state); - @ask_remove && !$gurpmi::options{auto}; + @ask_remove && !$gurpmi::options{auto} ? ask_continue(N( "The following packages have to be removed for others to be upgraded:\n%s\nContinue installation anyway?", urpm::select::translate_why_removed($urpm, $state, @ask_remove) -- cgit v1.2.1