From 57fb249a9c4ab02405793a226b84821165984b92 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Jul 2003 12:56:30 +0000 Subject: --auto should not disable urpme to print approximate name (reported by both FredC and Erwan). --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm.pm b/urpm.pm index e42f3424..7868e37c 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2888,7 +2888,7 @@ sub find_packages_to_remove { push @notfound, $_; } - if (@notfound && ($options{auto} || @$l > 1)) { + if (@notfound && @$l > 1) { $options{callback_notfound} and $options{callback_notfound}->($urpm, @notfound) or return (); } -- cgit v1.2.1