From 5f33adc67362914ab61b9e464c7132344f719ba9 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Tue, 8 May 2012 02:21:04 -0500 Subject: duh. --- SBO-Lib/lib/SBO/Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib.pm') 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; -- cgit v1.2.3