aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm5
1 files changed, 1 insertions, 4 deletions
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);
}