summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 5b4c9764..15d246fb 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -229,6 +229,9 @@ my %options_spec = (
if ($_[0] =~ /^--distrib-(.*)$/) {
$::options{distrib} = $1;
}
+ else {
+ push @::cmdline, $_[0];
+ }
},
},