summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-07 17:28:30 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-07 17:28:30 +0000
commite04ff185c0ae968f633194057654e9c18c974cd6 (patch)
tree7df99eb8d8819a56b78b1725e3b819e85c672e6c
parentd80de8c34c171a20912577701f8a6fc4fa839e65 (diff)
downloadurpmi-e04ff185c0ae968f633194057654e9c18c974cd6.tar
urpmi-e04ff185c0ae968f633194057654e9c18c974cd6.tar.gz
urpmi-e04ff185c0ae968f633194057654e9c18c974cd6.tar.bz2
urpmi-e04ff185c0ae968f633194057654e9c18c974cd6.tar.xz
urpmi-e04ff185c0ae968f633194057654e9c18c974cd6.zip
(do_install) typo fix
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 90a0f722..c1b70eaf 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -218,7 +218,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)