aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-01-10 05:13:22 -0500
committerB. Watson <urchlay@slackware.uk>2026-01-10 05:13:22 -0500
commit88f7d668aed1139f04a7b38d196380253aa03082 (patch)
tree6228b3ad889b77a9bda30eaf99d3c6b698b48e68 /bin
parentc7daeada10962635b104f76576bafe674e5b54f5 (diff)
downloadlimnoria.slackfacts.plugins-88f7d668aed1139f04a7b38d196380253aa03082.tar.gz
Derp.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sbodb.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sbodb.pl b/bin/sbodb.pl
index 3e4bc98..b209f7e 100755
--- a/bin/sbodb.pl
+++ b/bin/sbodb.pl
@@ -160,13 +160,14 @@ EOF
open $tagstxt, "<" . $sbopath . "/TAGS.txt" or die $!;
while(<$tagstxt>) {
+ my %seen;
my ($build, $t, @tags);
chomp;
next if /: No tags found for/;
($build, $t) = /^([^:]*):\s+(.*)$/;
@tags = split /,/, $t;
+ %seen = ();
for(@tags) {
- my %seen;
next if /^\s*$/;
next if $seen{$_}++;
s/'/''/g;