From f1fb521a0510cebb4971adf86de39d01cc316df2 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Wed, 11 Sep 2013 20:10:11 +0200 Subject: Fix about-formatting.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dash failed to parse the script. Signed-off-by: Přemysl Janouch --- filters/about-formatting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/about-formatting.sh b/filters/about-formatting.sh index 313a4e6..892fbeb 100755 --- a/filters/about-formatting.sh +++ b/filters/about-formatting.sh @@ -18,7 +18,7 @@ # CGIT_REPO_CLONE_URL ( = repo.clone-url setting ) cd "$(dirname $0)/html-converters/" -case "$(tr '[:upper:]' '[:lower:]' <<<"$1")" in +case "$(printf '%s' "$1" | tr '[:upper:]' '[:lower:]')" in *.md|*.mkd) exec ./md2html; ;; *.rst) exec ./rst2html; ;; *.[1-9]) exec ./man2html; ;; -- cgit 1.4.1 ctive' href='/src/log/www/photo.causal.agency/0094/note?follow=1'>log tree commit diff
Commit message (Expand)Author
2026-03-23Add -ll for hilexJune McEnroe
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe