aboutsummaryrefslogtreecommitdiff
path: root/sbopkglint.d
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-06 15:15:53 -0400
committerB. Watson <yalhcru@gmail.com>2022-04-06 15:15:53 -0400
commit0622668cc62481493e67b1858c7ce0ab6a2d1f7f (patch)
treebc4fe14c14e4a0b713e42fe48478178c51809973 /sbopkglint.d
parentcf087d066c07cbf7ef4e50ac3b84d431aaf2771e (diff)
downloadsbo-maintainer-tools-0622668cc62481493e67b1858c7ce0ab6a2d1f7f.tar.gz
derp part deux
Diffstat (limited to 'sbopkglint.d')
-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 ea9668b..54393e4 100644
--- a/sbopkglint.d/50-icons.t.sh
+++ b/sbopkglint.d/50-icons.t.sh
@@ -19,7 +19,7 @@ check_mime() {
local havemime="$2"
local wantmime="$3"
- echo "check_mime $file $havemime $wantmime"
+ #echo "check_mime $file $havemime $wantmime"
if [ "$havemime" != "$wantmime" ]; then
warn "bad filename extension: $file is $havemime, .$ext should be $wantmime"