diff options
author | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-08 02:21:04 -0500 |
---|---|---|
committer | Jacob Pipkin <d4wnr4z0r@yahoo.com> | 2012-05-08 02:21:04 -0500 |
commit | 5f33adc67362914ab61b9e464c7132344f719ba9 (patch) | |
tree | bb521c2b1195bc4799da213500611d1a965c02da /SBO-Lib/lib/SBO | |
parent | dd68ec841927e92ea269590565729cd5cf56a29b (diff) | |
download | sbotools2-5f33adc67362914ab61b9e464c7132344f719ba9.tar.xz |
duh.
Diffstat (limited to 'SBO-Lib/lib/SBO')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index da85877..80ba702 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -356,8 +356,8 @@ sub find_download_info { unless ($more eq 'TRUE') { if ($line =~ $regex) { last FIRST if $line =~ $empty_regex; - unless ($link eq 'UNSUPPORTED') { - push(@return,split_equal_one($line)); + unless ($line =~ /UNSUPPORTED/) { + push (@return,split_equal_one ($line) ); $more = 'TRUE' if $line =~ $back_regex; } else { last FIRST; |