From 12381cf3db447de57478fed1e0013402b24deb21 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 2 Aug 2022 09:28:32 -0500 Subject: shfmt --- cgit-about-filter.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cgit-about-filter.sh b/cgit-about-filter.sh index ad2c4ce..5efa55b 100755 --- a/cgit-about-filter.sh +++ b/cgit-about-filter.sh @@ -26,7 +26,7 @@ plaintext() { } case "$(printf '%s' "$1" | tr '[:upper:]' '[:lower:]')" in - *.markdown|*.mdown|*.md|*.mkd) exec pandoc -thtml -fmarkdown ;; - *.htm|*.html) exec cat ;; - *) plaintext ;; +*.markdown | *.mdown | *.md | *.mkd) exec pandoc -thtml -fmarkdown ;; +*.htm | *.html) exec cat ;; +*) plaintext ;; esac -- cgit 1.4.1-21-gabe81