From a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Sep 2007 07:40:52 +0000 Subject: reverting commit (13 March 2006): "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented --- urpme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urpme') diff --git a/urpme b/urpme index da13149d..e848870a 100644 --- a/urpme +++ b/urpme @@ -31,7 +31,7 @@ use urpm::select; $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; -our ($test, $parallel, $auto, $matches, $force, $noscripts, $repackage, @l, $bundle, $restricted); +our ($test, $parallel, $auto, $matches, $force, $noscripts, $repackage, @l, $restricted); my $yesexpr = #-PO: Add here the keys which might be pressed in the "Yes"-case. N("Yy"); @@ -97,7 +97,6 @@ my @toremove = urpm::select::find_packages_to_remove($urpm, \@l, matches => $matches, force => $force, - bundle => $bundle, callback_notfound => sub { my $urpm = shift @_; #- Warning : the following message is parsed in urpm::parallel_* -- cgit v1.2.1