aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index 716425e..a7ca086 100755
--- a/sboremove
+++ b/sboremove
@@ -64,7 +64,7 @@ for my $sbo (@ARGV) {
say "Unable to locate $sbo in the SlackBuilds.org tree."
}
}
-exit 1 unless exists $sbos[0];
+exit 1 unless @sbos;
# Create full queue.
my ($remove_queue, %warnings);