diff --git a/script/command-submit.pl b/script/command-submit.pl index 0df135b..b98f29a 100644 --- a/script/command-submit.pl +++ b/script/command-submit.pl @@ -151,7 +151,7 @@ ( @args ) # The progress output my $printer = Term::Output::List->new(); -my @scoreboard; +my @scoreboard; # this (resp. the job list) would become a member of the handler class sub status($item) { my $perc = $item->percent;