diff options
Diffstat (limited to 'sboremove')
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ sub confirm_remove { # Check if packages in queue are actually installed on system my @temp; -if ($inst_names) { +if (%inst_names) { for my $sbo (@$remove_queue) { push @temp, $sbo if $inst_names{$sbo}; } |