summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorRaphael Geissert <atomo64@gmail.com>2017-12-30 15:27:57 +0100
committerRaphael Geissert <atomo64@gmail.com>2017-12-30 15:30:36 +0100
commitebeafb2fe955ee093fcc5336b57eff8147995340 (patch)
treef41622240a62e21dec402438cedb2ea5290b88a6 /bin/check-new-issues
parentef5ac40c3e393141f1b14cc9c7def8d21f380395 (diff)
Strip trailing white spaces
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 8d71185b75..ba0b64b0e2 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -519,6 +519,7 @@ sub auto_nfu {
}
if ($desc =~ m/\b(FS\s+.+?\s+Clone|Meinberg\s+LANTIME|Ecava\s+IntegraXor|Foxit\s+Reader|Cambium\s+Networks\s+.+?\s+firmware|Trend\s+Micro|(?:SAP|IBM|EMC|NetApp|Micro\sFocus).+?(?=tool|is|version|[\d(,]))/) {
my $name = $1;
+ $name =~ s/\s$//;
return $name;
}
return '';

© 2014-2024 Faster IT GmbH | imprint | privacy policy