aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboupgrade b/sboupgrade
index 3643b4a..39398b5 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -371,7 +371,7 @@ my $todo_install;
FIRST: for my $sbo (@ARGV) {
my $name = $compat32 ? "$sbo-compat32" : $sbo;
my $inst = get_installed_sbos;
- my $inst_names = get_inst_names $inst;;
+ my $inst_names = get_inst_names $inst;
warn "$name already installed\n", next FIRST if $name ~~ @$inst_names;
# if compat32 is TRUE, we need to see if the non-compat version exists.
if ($compat32) {