From 90fea2a27fc2c3764da2ed05321ab2f731872bc6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 3 Apr 2025 20:30:06 -0300 Subject: explicitly use bash as shell --- html/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'html') diff --git a/html/Makefile b/html/Makefile index 9188c4a5..25997e88 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,4 +1,5 @@ VERBOSE ?= @ +SHELL := bash HTML_TEMPLATE := template.html PANDOC_FLAGS := -f markdown --embed-resources --standalone --template=$(HTML_TEMPLATE) -- cgit v1.2.3