sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 2c9b0366fb6622da39088c4f3d64b9a9efa173de
parent 9f8acac4b94b90a41a7faf16853b3750f8aa4b50
Author: J Pipkin <j@dawnrazor.net>
Date:   Sun,  9 Sep 2012 01:37:40 -0500

cleanup: removed excess semicolon

Diffstat:
Msboupgrade | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {