aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index c04f1c8..8c7b724 100755
--- a/sboremove
+++ b/sboremove
@@ -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};
}