diff options
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 |