aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboinstall b/sboinstall
index 1f3db06..b5f6eb7 100755
--- a/sboinstall
+++ b/sboinstall
@@ -176,7 +176,7 @@ FIRST: for my $sbo (@$build_queue) {
}
@$build_queue = @temp_queue;
-exit 0 unless exists $$build_queue[0];
+exit 0 if @{ $build_queue } == 0;
say "\nInstall queue: " . join(' ', @$build_queue);
unless ($non_int) {
print "\nAre you sure you wish to continue? [y]: ";