aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbopkglint.d/50-icons.t.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint.d/50-icons.t.sh b/sbopkglint.d/50-icons.t.sh
index 8b3303a..c84e645 100644
--- a/sbopkglint.d/50-icons.t.sh
+++ b/sbopkglint.d/50-icons.t.sh
@@ -76,7 +76,7 @@ for icondir in usr/share/pixmaps usr/share/icons/hicolor; do
find -L "$icondir" -type f | while read i; do
check_image "$i"
[ "$( stat -Lc '%a %U %G' "$i" )" = "644 root root" ] || \
- ls -ld "$i" >> .badperms.$$
+ ls -bld "$i" >> .badperms.$$
done
fi
done