From 6e2f460d46b8fd28cb664dfb77f051510238a0da Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 13 Oct 2005 14:39:17 +0000 Subject: Oops --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/args.pm') 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 -- cgit v1.2.1