diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-08 17:19:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-08 17:19:10 +0000 |
commit | 5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3 (patch) | |
tree | 17b641f6169e9bbda2354b447b9205bb2438ae3c /urpm | |
parent | 37d87d8e158fa78e7df0a3a100707d7daf17cfc9 (diff) | |
download | urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.gz urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.bz2 urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.xz urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.zip |
Some urpme cleanup
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 9b3ddffa..fa6f1d83 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -151,6 +151,7 @@ my %options_spec = ( a => \$::matches, noscripts => \$::noscripts, repackage => \$::repackage, + 'bundle!' => sub { $::bundle = $_[1] }, }, #- see also below, autogenerated callbacks |