From d35897f722d0f601222905ed8ea6086d7f7610ba Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 20 Jan 2021 23:24:33 +0000 Subject: Use mtags for sh in source-filter --- www/git.causal.agency/source-filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/git.causal.agency/source-filter.sh b/www/git.causal.agency/source-filter.sh index 87875bd1..514272db 100644 --- a/www/git.causal.agency/source-filter.sh +++ b/www/git.causal.agency/source-filter.sh @@ -7,7 +7,7 @@ hilex=/usr/local/libexec/hilex htagml=/usr/local/libexec/htagml case "$1" in - (*.[chlmy]|Makefile|*.mk|*.[1-9]) + (*.[chlmy]|Makefile|*.mk|*.[1-9]|.profile|.shrc|*.sh) tmp=$(mktemp -d -t source-filter) trap 'rm -fr "${tmp}"' EXIT cd "${tmp}" -- cgit 1.4.1