aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-11 03:43:57 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-11 03:43:57 -0400
commit15db76802caceefa7010ab073287022a809b78da (patch)
tree32db14e15af1319ec8c49f12625f088cb20dafff
parent280123a9c736a89e4ad722ef95ae51e6e529ca23 (diff)
downloadsbo-maintainer-tools-15db76802caceefa7010ab073287022a809b78da.tar.gz
sbopkglint: fix symlink-in-package test. derp.
-rw-r--r--sbopkglint.d/pre-doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint.d/pre-doinst.sh b/sbopkglint.d/pre-doinst.sh
index 523b21e..e00163a 100644
--- a/sbopkglint.d/pre-doinst.sh
+++ b/sbopkglint.d/pre-doinst.sh
@@ -39,7 +39,7 @@ if [ -d usr/share/fonts ]; then
fi
badlinks="$( find -P . -type l )"
-if [ -n "$badfontstuff" ]; then
+if [ -n "$badlinks" ]; then
warn "package contains actual symlinks: $badlinks"
fi