summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-06 16:07:31 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-06 16:07:31 +0000
commit5584100d2224c23ea36ed5f0143d602aaa9fc786 (patch)
tree56f10da2ce2eadc8e841e5a082ce69a7780b1899
parent36e38ebeba5783f76fafdf197437a7a264ba38fc (diff)
downloadurpmi-5584100d2224c23ea36ed5f0143d602aaa9fc786.tar
urpmi-5584100d2224c23ea36ed5f0143d602aaa9fc786.tar.gz
urpmi-5584100d2224c23ea36ed5f0143d602aaa9fc786.tar.bz2
urpmi-5584100d2224c23ea36ed5f0143d602aaa9fc786.tar.xz
urpmi-5584100d2224c23ea36ed5f0143d602aaa9fc786.zip
(do_install) typo fix
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
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)