From 15f6ddd791eea12de4def3f577b198c66595cd82 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Wed, 9 May 2012 15:43:53 -0500 Subject: fixed bug preventing last download in list for a given SBo with multiple downloads from getting downloaded. --- SBO-Lib/lib/SBO/Lib.pm | 5 +---- 1 file changed, 1 insertion(+), 4 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 6b45b98..fe7e778 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -275,10 +275,7 @@ sub find_download_info { } } } else { - unless ($line =~ $back_regex) { - $more = 'FALSE'; - last FIRST; - } + $more = 'FALSE' unless $line =~ $back_regex; $line = clean_line ($line); push (@return,$line); } -- cgit v1.2.3