From 95da16bf555d6e9ea9b94e44b6b2a38253f166d8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 8 Jun 2020 15:47:59 +0000 Subject: Prefix mandoc with exec in about-filter --- www/git.causal.agency/about-filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/git.causal.agency/about-filter.sh b/www/git.causal.agency/about-filter.sh index c7161006..ea68fe05 100644 --- a/www/git.causal.agency/about-filter.sh +++ b/www/git.causal.agency/about-filter.sh @@ -2,7 +2,7 @@ case "$1" in (*.[1-9]) - /usr/bin/mandoc -T html -O fragment,man=%N.%S,includes=../tree/%I + exec /usr/bin/mandoc -T html -O fragment,man=%N.%S,includes=../tree/%I ;; (*) exec /usr/local/libexec/hi -l text -f html -- cgit 1.4.1