diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-16 03:45:50 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-16 03:45:50 -0600 |
commit | 3d800e14030c226430f36082e9d88efb2e62fd64 (patch) | |
tree | ba0678d5d35329fe6ba823f9b9664a1841adc61e | |
parent | e90c0545cc7a498599e074075b0cfb4269eca38a (diff) | |
parent | b0b91fb934e18607d9be297f3b3c62afe6483f6b (diff) | |
download | sbotools2-3d800e14030c226430f36082e9d88efb2e62fd64.tar.xz |
Merge branch 'issue_47', fixes #47
-rwxr-xr-x | sbocheck | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |