diff options
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 42cb0649..b11094e1 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -406,7 +406,6 @@ sub set_root { if (!-d $urpm->{root}) { $urpm->{fatal}->(9, N("chroot directory doesn't exist")); } - $options{nolock} = 1; } sub parse_cmdline { |