diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-06 15:15:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-06 15:15:53 -0400 |
commit | 0622668cc62481493e67b1858c7ce0ab6a2d1f7f (patch) | |
tree | bc4fe14c14e4a0b713e42fe48478178c51809973 /sbopkglint.d | |
parent | cf087d066c07cbf7ef4e50ac3b84d431aaf2771e (diff) | |
download | sbo-maintainer-tools-0622668cc62481493e67b1858c7ce0ab6a2d1f7f.tar.gz |
derp part deux
Diffstat (limited to 'sbopkglint.d')
-rw-r--r-- | sbopkglint.d/50-icons.t.sh | 2 |
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" |