aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboinstall6
1 files changed, 3 insertions, 3 deletions
diff --git a/sboinstall b/sboinstall
index b5f6eb7..f0e6799 100755
--- a/sboinstall
+++ b/sboinstall
@@ -169,10 +169,10 @@ FIRST: for my $sbo (@$build_queue) {
$commands{$sbo} = $cmds;
$options{$sbo} = $opts;
say "$name$added";
- } else {
- push(@temp_queue, $sbo);
+ } else {
+ push(@temp_queue, $sbo);
say "\n$name$added";
- }
+ }
}
@$build_queue = @temp_queue;