From c2bdc750a21fb9708f9b7fceb700f300455e7a59 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 24 Aug 2023 02:16:42 -0400 Subject: sbopkglint: add -S option to file when using -z. will be needed for 15.1, does no harm on 15.0. --- sbopkglint.d/30-manpages.t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbopkglint.d/30-manpages.t.sh') diff --git a/sbopkglint.d/30-manpages.t.sh b/sbopkglint.d/30-manpages.t.sh index 7900003..6e1e267 100644 --- a/sbopkglint.d/30-manpages.t.sh +++ b/sbopkglint.d/30-manpages.t.sh @@ -41,7 +41,7 @@ check_gzipped_page() { # I have ~42,000 man pages on my dev box, file(1) fails to identify # 12 of them as troff, but adding the check for .T catches them all. - if [ "$( file -z -m /etc/file/magic/troff -L -b --mime-type "$f" )" != "text/troff" ]; then + if [ "$( file -zS -m /etc/file/magic/troff -L -b --mime-type "$f" )" != "text/troff" ]; then if ! zgrep -q '^\.T' "$f"; then NONTROFF+="$f " fi -- cgit v1.2.3