aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-01-10 06:55:09 -0500
committerB. Watson <urchlay@slackware.uk>2026-01-10 06:55:09 -0500
commit33ab8623f7c841d729d17d512b0f987f89baa15e (patch)
tree0afd163d300c039d1cde86dafbb82ccf04697060
parent58422293c1fc7a2f54321c70d9e05bb56d31c90a (diff)
downloadlimnoria.slackfacts.plugins-33ab8623f7c841d729d17d512b0f987f89baa15e.tar.gz
Stoopid quoting issue.HEADmaster
-rwxr-xr-xbin/makepkgdb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/makepkgdb.pl b/bin/makepkgdb.pl
index 51ceb24..3791787 100755
--- a/bin/makepkgdb.pl
+++ b/bin/makepkgdb.pl
@@ -213,6 +213,7 @@ for(@pkglists) {
my @symlinklist = getsymlinklist($pkgname);
for my $f (@filelist) {
+ $f =~ s,','',g;
print "insert into files values (null, '/$f', 0, $pkg_id);\n"
}