From 5e7c421af98618c233735f1f11e3408ad1e3b658 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 29 Feb 2008 18:48:59 +0000 Subject: remove leftover from commit 231320 cleanup --- lib/Iurt/Urpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Urpmi.pm') 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 !"; } -- cgit v1.2.1