diff options
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -648,7 +648,7 @@ my $exit_code = urpm::main_loop::run($urpm, $state, unless ($env || $options{nolock}) { $urpmi_lock->unlock; - $rpm_lock->unlock; + $rpm_lock->unlock if $rpm_lock; } unless ($env) { |