aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-01-10 06:54:11 -0500
committerB. Watson <urchlay@slackware.uk>2026-01-10 06:54:11 -0500
commit58422293c1fc7a2f54321c70d9e05bb56d31c90a (patch)
tree992315b5fa65dc8d0e07fc2f4e7ad5c892501918
parented50aa227c7adfc2f1c0a41c20884be8c55272ac (diff)
downloadlimnoria.slackfacts.plugins-58422293c1fc7a2f54321c70d9e05bb56d31c90a.tar.gz
Stoopid quoting issue.
-rwxr-xr-xbin/makepkgdb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/makepkgdb.pl b/bin/makepkgdb.pl
index 6591d2f..51ceb24 100755
--- a/bin/makepkgdb.pl
+++ b/bin/makepkgdb.pl
@@ -217,6 +217,7 @@ for(@pkglists) {
}
for my $f (@symlinklist) {
+ $f =~ s,','',g;
print "insert into files values (null, '/$f', 1, $pkg_id);\n"
}