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
commitc61509c8c15dfe8851871d9622c069249fd4db7c (patch)
treecb931652d32c501f431d161c161ae29ca8d5f7d4 /bin/check-new-issues
parent59769aa146e2ee06310db18d1bf362edbb29860c (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