diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 07:40:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 07:40:52 +0000 |
commit | a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b (patch) | |
tree | e5b1ee0a8058c6a99929dfa86b805b45e802c4ee /urpm/args.pm | |
parent | 04eedcd53a50cb3d602a76d5888a49b51f3e84e3 (diff) | |
download | urpmi-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 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index b0d29aa1..cb4d0e9f 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -169,7 +169,6 @@ my %options_spec = ( noscripts => \$::noscripts, repackage => \$::repackage, restricted => \$::restricted, - 'bundle!' => sub { $::bundle = $_[1] }, }, #- see also below, autogenerated callbacks |