summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-06 16:06:51 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-06 16:06:51 +0000
commite2641eb67b56720b97cd1f9bfdc6a9a7866c0736 (patch)
tree2fe7e79eb10e9be6acad972d745ed5080f8bfdf6 /gurpmi2
parent161f04b32c458ea2ef722a2b8180ad12777a5807 (diff)
downloadurpmi-e2641eb67b56720b97cd1f9bfdc6a9a7866c0736.tar
urpmi-e2641eb67b56720b97cd1f9bfdc6a9a7866c0736.tar.gz
urpmi-e2641eb67b56720b97cd1f9bfdc6a9a7866c0736.tar.bz2
urpmi-e2641eb67b56720b97cd1f9bfdc6a9a7866c0736.tar.xz
urpmi-e2641eb67b56720b97cd1f9bfdc6a9a7866c0736.zip
(do_install) typo fix
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 918de990..bfb4c0d1 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -216,7 +216,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)