commit 3d800e14030c226430f36082e9d88efb2e62fd64
parent e90c0545cc7a498599e074075b0cfb4269eca38a
Author: J Pipkin <j@dawnrazor.net>
Date: Wed, 16 Jan 2013 03:45:50 -0600
Merge branch 'issue_47', fixes #47
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sbocheck b/sbocheck
@@ -44,6 +44,7 @@ update_tree;
sub get_update_list() {
print "Checking for updated SlackBuilds...\n";
my $updates = get_available_updates;
+ return unless exists $$updates[0];
# consistent formatting - determine longest version string, which will tell
# us the max minimum length of the left side of the output for stuff that
# fits in 80 chars; stuff that doesn't will overflow.