aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-29 18:48:59 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-29 18:48:59 +0000
commit5e7c421af98618c233735f1f11e3408ad1e3b658 (patch)
tree92c03193f686e14843f96ba00e1bfc73c1cfcd2e /lib
parentf7435483f8ed7d0e54aebb491796305e977e4b6f (diff)
downloadiurt-5e7c421af98618c233735f1f11e3408ad1e3b658.tar
iurt-5e7c421af98618c233735f1f11e3408ad1e3b658.tar.gz
iurt-5e7c421af98618c233735f1f11e3408ad1e3b658.tar.bz2
iurt-5e7c421af98618c233735f1f11e3408ad1e3b658.tar.xz
iurt-5e7c421af98618c233735f1f11e3408ad1e3b658.zip
remove leftover from commit 231320 cleanup
Diffstat (limited to 'lib')
-rw-r--r--lib/Iurt/Urpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index 99442dc..a08c67b 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -528,7 +528,7 @@ sub install_packages {
},
)) {
plog('DEBUG', "urpmi command failed.");
- if (!clean_process($run, "$self->{urpmi_command} $opt @to_install", $run->{verbose})) {
+ if (!clean_process($run, "$self->{urpmi_command} @to_install", $run->{verbose})) {
dump_cache_par($run);
die "FATAL $program_name: Could not have urpmi working !";
}