diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index e84b9a37..47306120 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -179,7 +179,7 @@ my %options_spec = ( } else { # This is for non-option arguments. - if ($literal) { + if ($::literal) { $p = quotemeta $p; } else { # quote "+" chars for packages with + in their names |