summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-13 07:40:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-13 07:40:52 +0000
commita875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b (patch)
treee5b1ee0a8058c6a99929dfa86b805b45e802c4ee /urpme
parent04eedcd53a50cb3d602a76d5888a49b51f3e84e3 (diff)
downloadurpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar
urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.gz
urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.bz2
urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.xz
urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.zip
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
Diffstat (limited to 'urpme')
-rw-r--r--urpme3
1 files changed, 1 insertions, 2 deletions
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_*